public class ClusterParameterGroupStatus
extends java.lang.Object
implements java.io.Serializable
Describes the status of a parameter group.
| コンストラクタと説明 |
|---|
ClusterParameterGroupStatus() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getParameterApplyStatus()
The status of parameter updates.
|
java.lang.String |
getParameterGroupName()
The name of the cluster parameter group.
|
int |
hashCode() |
void |
setParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
void |
setParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ClusterParameterGroupStatus |
withParameterApplyStatus(java.lang.String parameterApplyStatus)
The status of parameter updates.
|
ClusterParameterGroupStatus |
withParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
|
public java.lang.String getParameterGroupName()
public void setParameterGroupName(java.lang.String parameterGroupName)
parameterGroupName - The name of the cluster parameter group.public ClusterParameterGroupStatus withParameterGroupName(java.lang.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 java.lang.String getParameterApplyStatus()
public void setParameterApplyStatus(java.lang.String parameterApplyStatus)
parameterApplyStatus - The status of parameter updates.public ClusterParameterGroupStatus withParameterApplyStatus(java.lang.String parameterApplyStatus)
Returns a reference to this object so that method calls can be chained together.
parameterApplyStatus - The status of parameter updates.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object