@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDiskSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteDiskSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteDiskSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDiskSnapshotName()
The name of the disk snapshot you want to delete (
my-disk-snapshot). |
int |
hashCode() |
void |
setDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (
my-disk-snapshot). |
String |
toString()
Returns a string representation of this object.
|
DeleteDiskSnapshotRequest |
withDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (
my-disk-snapshot). |
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, withSdkRequestTimeoutpublic void setDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (my-disk-snapshot).
diskSnapshotName - The name of the disk snapshot you want to delete (my-disk-snapshot).public String getDiskSnapshotName()
The name of the disk snapshot you want to delete (my-disk-snapshot).
my-disk-snapshot).public DeleteDiskSnapshotRequest withDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (my-disk-snapshot).
diskSnapshotName - The name of the disk snapshot you want to delete (my-disk-snapshot).public String toString()
toString in class ObjectObject.toString()public DeleteDiskSnapshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()