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 ModifyDBClusterParameterGroupResultclone()booleanequals(Object obj)StringgetDBClusterParameterGroupName()The name of the DB cluster parameter group.inthashCode()voidsetDBClusterParameterGroupName(String dBClusterParameterGroupName)The name of the DB cluster parameter group.StringtoString()Returns a string representation of this object; useful for testing and debugging.ModifyDBClusterParameterGroupResultwithDBClusterParameterGroupName(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ModifyDBClusterParameterGroupResult clone()
-
-