@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ModifyDBClusterParameterGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the name of a DB cluster parameter group.
| Constructor and Description | 
|---|
ModifyDBClusterParameterGroupResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyDBClusterParameterGroupResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getDBClusterParameterGroupName()
 The name of a DB cluster parameter group. 
 | 
int | 
hashCode()  | 
void | 
setDBClusterParameterGroupName(String dBClusterParameterGroupName)
 The name of a DB cluster parameter group. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
ModifyDBClusterParameterGroupResult | 
withDBClusterParameterGroupName(String dBClusterParameterGroupName)
 The name of a DB cluster parameter group. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of a DB cluster parameter group.
Constraints:
Must be from 1 to 255 letters or numbers.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
dBClusterParameterGroupName - The name of a DB cluster parameter group.
        Constraints:
Must be from 1 to 255 letters or numbers.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
public String getDBClusterParameterGroupName()
The name of a DB cluster parameter group.
Constraints:
Must be from 1 to 255 letters or numbers.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
Constraints:
Must be from 1 to 255 letters or numbers.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
public ModifyDBClusterParameterGroupResult withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of a DB cluster parameter group.
Constraints:
Must be from 1 to 255 letters or numbers.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
dBClusterParameterGroupName - The name of a DB cluster parameter group.
        Constraints:
Must be from 1 to 255 letters or numbers.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
public String toString()
toString in class ObjectObject.toString()public ModifyDBClusterParameterGroupResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.