@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDBClusterParameterGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of CreateDBClusterParameterGroup.
NOOP| Constructor and Description | 
|---|
| CreateDBClusterParameterGroupRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateDBClusterParameterGroupRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDBClusterParameterGroupName()
 The name of the cluster parameter group. | 
| String | getDBParameterGroupFamily()
 The cluster parameter group family name. | 
| String | getDescription()
 The description for the cluster parameter group. | 
| List<Tag> | getTags()
 The tags to be assigned to the cluster parameter group. | 
| int | hashCode() | 
| void | setDBClusterParameterGroupName(String dBClusterParameterGroupName)
 The name of the cluster parameter group. | 
| void | setDBParameterGroupFamily(String dBParameterGroupFamily)
 The cluster parameter group family name. | 
| void | setDescription(String description)
 The description for the cluster parameter group. | 
| void | setTags(Collection<Tag> tags)
 The tags to be assigned to the cluster parameter group. | 
| String | toString()Returns a string representation of this object. | 
| CreateDBClusterParameterGroupRequest | withDBClusterParameterGroupName(String dBClusterParameterGroupName)
 The name of the cluster parameter group. | 
| CreateDBClusterParameterGroupRequest | withDBParameterGroupFamily(String dBParameterGroupFamily)
 The cluster parameter group family name. | 
| CreateDBClusterParameterGroupRequest | withDescription(String description)
 The description for the cluster parameter group. | 
| CreateDBClusterParameterGroupRequest | withTags(Collection<Tag> tags)
 The tags to be assigned to the cluster parameter group. | 
| CreateDBClusterParameterGroupRequest | withTags(Tag... tags)
 The tags to be assigned to the cluster parameter group. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic CreateDBClusterParameterGroupRequest()
public void setDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group.
Constraints:
 Must not match the name of an existing DBClusterParameterGroup.
 
This value is stored as a lowercase string.
dBClusterParameterGroupName - The name of the cluster parameter group.
        Constraints:
        Must not match the name of an existing DBClusterParameterGroup.
        
This value is stored as a lowercase string.
public String getDBClusterParameterGroupName()
The name of the cluster parameter group.
Constraints:
 Must not match the name of an existing DBClusterParameterGroup.
 
This value is stored as a lowercase string.
Constraints:
         Must not match the name of an existing DBClusterParameterGroup.
         
This value is stored as a lowercase string.
public CreateDBClusterParameterGroupRequest withDBClusterParameterGroupName(String dBClusterParameterGroupName)
The name of the cluster parameter group.
Constraints:
 Must not match the name of an existing DBClusterParameterGroup.
 
This value is stored as a lowercase string.
dBClusterParameterGroupName - The name of the cluster parameter group.
        Constraints:
        Must not match the name of an existing DBClusterParameterGroup.
        
This value is stored as a lowercase string.
public void setDBParameterGroupFamily(String dBParameterGroupFamily)
The cluster parameter group family name.
dBParameterGroupFamily - The cluster parameter group family name.public String getDBParameterGroupFamily()
The cluster parameter group family name.
public CreateDBClusterParameterGroupRequest withDBParameterGroupFamily(String dBParameterGroupFamily)
The cluster parameter group family name.
dBParameterGroupFamily - The cluster parameter group family name.public void setDescription(String description)
The description for the cluster parameter group.
description - The description for the cluster parameter group.public String getDescription()
The description for the cluster parameter group.
public CreateDBClusterParameterGroupRequest withDescription(String description)
The description for the cluster parameter group.
description - The description for the cluster parameter group.public List<Tag> getTags()
The tags to be assigned to the cluster parameter group.
public void setTags(Collection<Tag> tags)
The tags to be assigned to the cluster parameter group.
tags - The tags to be assigned to the cluster parameter group.public CreateDBClusterParameterGroupRequest withTags(Tag... tags)
The tags to be assigned to the cluster parameter group.
 NOTE: This method appends the values to the existing list (if any). Use
 setTags(java.util.Collection) or withTags(java.util.Collection) if you want to override the
 existing values.
 
tags - The tags to be assigned to the cluster parameter group.public CreateDBClusterParameterGroupRequest withTags(Collection<Tag> tags)
The tags to be assigned to the cluster parameter group.
tags - The tags to be assigned to the cluster parameter group.public String toString()
toString in class ObjectObject.toString()public CreateDBClusterParameterGroupRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()