public class ModifyClusterParameterGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
parameterGroupName
The name of the cluster parameter group.
|
private java.lang.String |
parameterGroupStatus
The status of the parameter group.
|
Constructor and Description |
---|
ModifyClusterParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
ModifyClusterParameterGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getParameterGroupName()
The name of the cluster parameter group.
|
java.lang.String |
getParameterGroupStatus()
The status of the parameter group.
|
int |
hashCode() |
void |
setParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
|
void |
setParameterGroupStatus(java.lang.String parameterGroupStatus)
The status of the parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ModifyClusterParameterGroupResult |
withParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
|
ModifyClusterParameterGroupResult |
withParameterGroupStatus(java.lang.String parameterGroupStatus)
The status of the parameter group.
|
private java.lang.String parameterGroupName
The name of the cluster parameter group.
private java.lang.String parameterGroupStatus
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
public void setParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.public java.lang.String getParameterGroupName()
The name of the cluster parameter group.
public ModifyClusterParameterGroupResult withParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName
- The name of the cluster parameter group.public void setParameterGroupStatus(java.lang.String parameterGroupStatus)
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
parameterGroupStatus
- The status of the parameter group. For example, if you made a
change to a parameter group name-value pair, then the change could
be pending a reboot of an associated cluster.public java.lang.String getParameterGroupStatus()
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
public ModifyClusterParameterGroupResult withParameterGroupStatus(java.lang.String parameterGroupStatus)
The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
parameterGroupStatus
- The status of the parameter group. For example, if you made a
change to a parameter group name-value pair, then the change could
be pending a reboot of an associated cluster.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ModifyClusterParameterGroupResult clone()
clone
in class java.lang.Object