|
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(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. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterParameterGroupStatus()
| Method Detail |
|---|
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 ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||