public class DeleteDBClusterSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteDBClusterSnapshot operation.
Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.
NOTE:The DB cluster snapshot must be in the available state to be deleted.
For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
NOOP| Constructor and Description |
|---|
DeleteDBClusterSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDBClusterSnapshotRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDBClusterSnapshotIdentifier()
The identifier of the DB cluster snapshot to delete.
|
int |
hashCode() |
void |
setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDBClusterSnapshotRequest |
withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier of the DB cluster snapshot to delete.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getDBClusterSnapshotIdentifier()
Constraints:
Must be the name of an existing DB cluster snapshot in the
available state.
Constraints:
Must be the name of an existing DB cluster snapshot in the
available state.
public void setDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
Constraints:
Must be the name of an existing DB cluster snapshot in the
available state.
dBClusterSnapshotIdentifier - The identifier of the DB cluster snapshot to delete. Constraints:
Must be the name of an existing DB cluster snapshot in the
available state.
public DeleteDBClusterSnapshotRequest withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
Constraints:
Must be the name of an existing DB cluster snapshot in the
available state.
Returns a reference to this object so that method calls can be chained together.
dBClusterSnapshotIdentifier - The identifier of the DB cluster snapshot to delete. Constraints:
Must be the name of an existing DB cluster snapshot in the
available state.
public String toString()
toString in class ObjectObject.toString()public DeleteDBClusterSnapshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.