|
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.ModifyClusterParameterGroupResult
public class ModifyClusterParameterGroupResult
Contains the output from the ModifyClusterParameterGroup and ResetClusterParameterGroup actions and indicate the parameter group involved and the status of the operation on the parameter group.
| Constructor Summary | |
|---|---|
ModifyClusterParameterGroupResult()
|
|
| Method Summary | |
|---|---|
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; useful for testing and debugging. |
ModifyClusterParameterGroupResult |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group. |
ModifyClusterParameterGroupResult |
withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ModifyClusterParameterGroupResult()
| Method Detail |
|---|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName - The name of the cluster parameter group.public ModifyClusterParameterGroupResult 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 getParameterGroupStatus()
public void setParameterGroupStatus(String parameterGroupStatus)
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 ModifyClusterParameterGroupResult withParameterGroupStatus(String parameterGroupStatus)
Returns a reference to this object so that method calls can be chained together.
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 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 | ||||||