public class ResetDBClusterParameterGroupResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ResetDBClusterParameterGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
ResetDBClusterParameterGroupResult |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResetDBClusterParameterGroupResult |
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
public String getDBClusterParameterGroupName()
Constraints:
Constraints:
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
Constraints:
dBClusterParameterGroupName - The name of the DB cluster parameter group. Constraints:
public ResetDBClusterParameterGroupResult withDBClusterParameterGroupName(String dBClusterParameterGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBClusterParameterGroupName - The name of the DB cluster parameter group. Constraints:
public String toString()
toString in class ObjectObject.toString()public ResetDBClusterParameterGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.