@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDBClusterSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Represents the input of CreateDBClusterSnapshot.
NOOP| Constructor and Description | 
|---|
| CreateDBClusterSnapshotRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateDBClusterSnapshotRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDBClusterIdentifier()
 The identifier of the cluster to create a snapshot for. | 
| String | getDBClusterSnapshotIdentifier()
 The identifier of the cluster snapshot. | 
| List<Tag> | getTags()
 The tags to be assigned to the cluster snapshot. | 
| int | hashCode() | 
| void | setDBClusterIdentifier(String dBClusterIdentifier)
 The identifier of the cluster to create a snapshot for. | 
| void | setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
 The identifier of the cluster snapshot. | 
| void | setTags(Collection<Tag> tags)
 The tags to be assigned to the cluster snapshot. | 
| String | toString()Returns a string representation of this object. | 
| CreateDBClusterSnapshotRequest | withDBClusterIdentifier(String dBClusterIdentifier)
 The identifier of the cluster to create a snapshot for. | 
| CreateDBClusterSnapshotRequest | withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
 The identifier of the cluster snapshot. | 
| CreateDBClusterSnapshotRequest | withTags(Collection<Tag> tags)
 The tags to be assigned to the cluster snapshot. | 
| CreateDBClusterSnapshotRequest | withTags(Tag... tags)
 The tags to be assigned to the cluster snapshot. | 
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 void setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
 Example: my-cluster-snapshot1
 
dBClusterSnapshotIdentifier - The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
        Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
        Example: my-cluster-snapshot1
public String getDBClusterSnapshotIdentifier()
The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
 Example: my-cluster-snapshot1
 
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
         Example: my-cluster-snapshot1
public CreateDBClusterSnapshotRequest withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
 Example: my-cluster-snapshot1
 
dBClusterSnapshotIdentifier - The identifier of the cluster snapshot. This parameter is stored as a lowercase string.
        Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
        Example: my-cluster-snapshot1
public void setDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
Constraints:
 Must match the identifier of an existing DBCluster.
 
 Example: my-cluster
 
dBClusterIdentifier - The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
        Constraints:
        Must match the identifier of an existing DBCluster.
        
        Example: my-cluster
public String getDBClusterIdentifier()
The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
Constraints:
 Must match the identifier of an existing DBCluster.
 
 Example: my-cluster
 
Constraints:
         Must match the identifier of an existing DBCluster.
         
         Example: my-cluster
public CreateDBClusterSnapshotRequest withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
Constraints:
 Must match the identifier of an existing DBCluster.
 
 Example: my-cluster
 
dBClusterIdentifier - The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.
        Constraints:
        Must match the identifier of an existing DBCluster.
        
        Example: my-cluster
public List<Tag> getTags()
The tags to be assigned to the cluster snapshot.
public void setTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
tags - The tags to be assigned to the cluster snapshot.public CreateDBClusterSnapshotRequest withTags(Tag... tags)
The tags to be assigned to the cluster snapshot.
 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 snapshot.public CreateDBClusterSnapshotRequest withTags(Collection<Tag> tags)
The tags to be assigned to the cluster snapshot.
tags - The tags to be assigned to the cluster snapshot.public String toString()
toString in class ObjectObject.toString()public CreateDBClusterSnapshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()