|
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.ResetClusterParameterGroupResult
public class ResetClusterParameterGroupResult
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 | |
---|---|
ResetClusterParameterGroupResult()
|
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. |
ResetClusterParameterGroupResult |
withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group. |
ResetClusterParameterGroupResult |
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 ResetClusterParameterGroupResult()
Method Detail |
---|
public String getParameterGroupName()
public void setParameterGroupName(String parameterGroupName)
parameterGroupName
- The name of the cluster parameter group.public ResetClusterParameterGroupResult 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 ResetClusterParameterGroupResult 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |