public class CopyDBClusterSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CopyDBClusterSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
CopyDBClusterSnapshotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSourceDBClusterSnapshotIdentifier()
The identifier of the DB cluster snapshot to copy.
|
List<Tag> |
getTags() |
String |
getTargetDBClusterSnapshotIdentifier()
The identifier of the new DB cluster snapshot to create from the source
DB cluster snapshot.
|
int |
hashCode() |
void |
setSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
void |
setTags(Collection<Tag> tags) |
void |
setTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source
DB cluster snapshot.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CopyDBClusterSnapshotRequest |
withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy.
|
CopyDBClusterSnapshotRequest |
withTags(Collection<Tag> tags) |
CopyDBClusterSnapshotRequest |
withTags(Tag... tags)
NOTE: This method appends the values to the existing list (if
any).
|
CopyDBClusterSnapshotRequest |
withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source
DB cluster snapshot.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot1
sourceDBClusterSnapshotIdentifier - The identifier of the DB cluster snapshot to copy. This parameter
is not case-sensitive.
Constraints:
Example: my-cluster-snapshot1
public String getSourceDBClusterSnapshotIdentifier()
The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot1
Constraints:
Example: my-cluster-snapshot1
public CopyDBClusterSnapshotRequest withSourceDBClusterSnapshotIdentifier(String sourceDBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to copy. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot1
sourceDBClusterSnapshotIdentifier - The identifier of the DB cluster snapshot to copy. This parameter
is not case-sensitive.
Constraints:
Example: my-cluster-snapshot1
public void setTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot2
targetDBClusterSnapshotIdentifier - The identifier of the new DB cluster snapshot to create from the
source DB cluster snapshot. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot2
public String getTargetDBClusterSnapshotIdentifier()
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot2
Constraints:
Example: my-cluster-snapshot2
public CopyDBClusterSnapshotRequest withTargetDBClusterSnapshotIdentifier(String targetDBClusterSnapshotIdentifier)
The identifier of the new DB cluster snapshot to create from the source DB cluster snapshot. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot2
targetDBClusterSnapshotIdentifier - The identifier of the new DB cluster snapshot to create from the
source DB cluster snapshot. This parameter is not case-sensitive.
Constraints:
Example: my-cluster-snapshot2
public void setTags(Collection<Tag> tags)
tags - public CopyDBClusterSnapshotRequest withTags(Tag... tags)
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 - public CopyDBClusterSnapshotRequest withTags(Collection<Tag> tags)
tags - public String toString()
toString in class ObjectObject.toString()public CopyDBClusterSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.