public class ResetClusterParameterGroupResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ResetClusterParameterGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
ResetClusterParameterGroupResult |
clone() |
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.
|
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 ObjectObject.toString()public ResetClusterParameterGroupResult clone()
Copyright © 2016. All rights reserved.