public class ResetDBClusterParameterGroupResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dBClusterParameterGroupName
The name of the DB cluster parameter group.
|
Constructor and Description |
---|
ResetDBClusterParameterGroupResult() |
Modifier and Type | Method and Description |
---|---|
ResetDBClusterParameterGroupResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
|
int |
hashCode() |
void |
setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ResetDBClusterParameterGroupResult |
withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
|
private java.lang.String dBClusterParameterGroupName
The name of the DB cluster parameter group.
Constraints:
public void setDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
dBClusterParameterGroupName
- The name of the DB cluster parameter group.
Constraints:
public java.lang.String getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
Constraints:
Constraints:
public ResetDBClusterParameterGroupResult withDBClusterParameterGroupName(java.lang.String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
dBClusterParameterGroupName
- The name of the DB cluster parameter group.
Constraints:
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ResetDBClusterParameterGroupResult clone()
clone
in class java.lang.Object