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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public DeleteDBClusterSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.