public class DeleteSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteSnapshot operation.
Deletes a directory snapshot.
NOOP| Constructor and Description |
|---|
DeleteSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotRequest |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId()
The identifier of the directory snapshot to be deleted.
|
int |
hashCode() |
void |
setSnapshotId(String snapshotId)
The identifier of the directory snapshot to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSnapshotRequest |
withSnapshotId(String snapshotId)
The identifier of the directory snapshot to be deleted.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getSnapshotId()
Constraints:
Pattern: ^s-[0-9a-f]{10}$
public void setSnapshotId(String snapshotId)
Constraints:
Pattern: ^s-[0-9a-f]{10}$
snapshotId - The identifier of the directory snapshot to be deleted.public DeleteSnapshotRequest withSnapshotId(String snapshotId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^s-[0-9a-f]{10}$
snapshotId - The identifier of the directory snapshot to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteSnapshotRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.