public class ClusterParameterGroupStatus extends Object implements Serializable
Describes the status of a parameter group.
Constructor and Description |
---|
ClusterParameterGroupStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getParameterApplyStatus()
The status of parameter updates.
|
String |
getParameterGroupName()
The name of the cluster parameter group.
|
int |
hashCode() |
void |
setParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
void |
setParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterParameterGroupStatus |
withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ClusterParameterGroupStatus |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of the cluster parameter group.public ClusterParameterGroupStatus withParameterGroupName(String parameterGroupName)
Returns a reference to this object so that method calls can be chained together.
parameterGroupName
- The name of the cluster parameter group.public String getParameterApplyStatus()
public void setParameterApplyStatus(String parameterApplyStatus)
parameterApplyStatus
- The status of parameter updates.public ClusterParameterGroupStatus withParameterApplyStatus(String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus
- The status of parameter updates.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.