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