Package com.amazonaws.services.rds.model
Class ModifyDBClusterParameterGroupResult
java.lang.Object
com.amazonaws.services.rds.model.ModifyDBClusterParameterGroupResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The name of the DB cluster parameter group.int
hashCode()
void
setDBClusterParameterGroupName
(String dBClusterParameterGroupName) The name of the DB cluster parameter group.toString()
Returns a string representation of this object; useful for testing and debugging.withDBClusterParameterGroupName
(String dBClusterParameterGroupName) The name of the DB cluster parameter group.
-
Constructor Details
-
ModifyDBClusterParameterGroupResult
public ModifyDBClusterParameterGroupResult()
-
-
Method Details
-
setDBClusterParameterGroupName
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-