@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyClusterParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
ModifyClusterParameterGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyClusterParameterGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getParameterGroupName()
 The name of the cluster parameter group. 
 | 
String | 
getParameterGroupStatus()
 The status of the parameter group. 
 | 
int | 
hashCode()  | 
void | 
setParameterGroupName(String parameterGroupName)
 The name of the cluster parameter group. 
 | 
void | 
setParameterGroupStatus(String parameterGroupStatus)
 The status of the parameter group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyClusterParameterGroupResult | 
withParameterGroupName(String parameterGroupName)
 The name of the cluster parameter group. 
 | 
ModifyClusterParameterGroupResult | 
withParameterGroupStatus(String parameterGroupStatus)
 The status of the parameter group. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName - The name of the cluster parameter group.public String getParameterGroupName()
The name of the cluster parameter group.
public ModifyClusterParameterGroupResult withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
parameterGroupName - The name of the cluster parameter group.public void setParameterGroupStatus(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 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(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 String toString()
toString in class ObjectObject.toString()public ModifyClusterParameterGroupResult clone()