public class ModifyClusterParameterGroupResult extends Object implements Serializable
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 and Description |
---|
ModifyClusterParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.