|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.ClusterParameterGroupStatus
public class ClusterParameterGroupStatus
Describes the status of a parameter group.
Constructor Summary | |
---|---|
ClusterParameterGroupStatus()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterParameterGroupStatus()
Method Detail |
---|
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
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |