@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteDBSnapshotRequest()
Default constructor for DeleteDBSnapshotRequest object.
|
DeleteDBSnapshotRequest(String dBSnapshotIdentifier)
Constructs a new DeleteDBSnapshotRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteDBSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBSnapshotIdentifier()
The DBSnapshot identifier.
|
int |
hashCode() |
void |
setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteDBSnapshotRequest |
withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier.
|
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, withSdkRequestTimeout
public DeleteDBSnapshotRequest()
public DeleteDBSnapshotRequest(String dBSnapshotIdentifier)
dBSnapshotIdentifier
- The DBSnapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the available
state.
public void setDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the available
state.
dBSnapshotIdentifier
- The DBSnapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the available
state.
public String getDBSnapshotIdentifier()
The DBSnapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the available
state.
Constraints: Must be the name of an existing DB snapshot in the available
state.
public DeleteDBSnapshotRequest withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The DBSnapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the available
state.
dBSnapshotIdentifier
- The DBSnapshot identifier.
Constraints: Must be the name of an existing DB snapshot in the available
state.
public String toString()
toString
in class Object
Object.toString()
public DeleteDBSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.