@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 (e.g.,
my-disk-snapshot ). |
int |
hashCode() |
void |
setDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (e.g.,
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 (e.g.,
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, withSdkRequestTimeout
public void setDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (e.g., my-disk-snapshot
).
diskSnapshotName
- The name of the disk snapshot you want to delete (e.g., my-disk-snapshot
).public String getDiskSnapshotName()
The name of the disk snapshot you want to delete (e.g., my-disk-snapshot
).
my-disk-snapshot
).public DeleteDiskSnapshotRequest withDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot you want to delete (e.g., my-disk-snapshot
).
diskSnapshotName
- The name of the disk snapshot you want to delete (e.g., my-disk-snapshot
).public String toString()
toString
in class Object
Object.toString()
public DeleteDiskSnapshotRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.