Package com.amazonaws.services.rds.model
Class ModifyDBClusterParameterGroupResult
- java.lang.Object
-
- com.amazonaws.services.rds.model.ModifyDBClusterParameterGroupResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ModifyDBClusterParameterGroupResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModifyDBClusterParameterGroupResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setDBClusterParameterGroupName
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string. - Parameters:
dBClusterParameterGroupName
- The name of the DB cluster parameter group.Constraints:
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
-
getDBClusterParameterGroupName
public String getDBClusterParameterGroupName()
The name of the DB cluster parameter group.
Constraints:
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string. - Returns:
- The name of the DB cluster parameter group.
Constraints:
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
-
withDBClusterParameterGroupName
public ModifyDBClusterParameterGroupResult withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the DB cluster parameter group.
Constraints:
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string. - Parameters:
dBClusterParameterGroupName
- The name of the DB cluster parameter group.Constraints:
- Must be 1 to 255 alphanumeric characters
- First character must be a letter
- Cannot end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string. - Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyDBClusterParameterGroupResult clone()
-
-