@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDiskSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDiskSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDiskSnapshotRequest |
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 (
my-disk-snapshot). |
int |
hashCode() |
void |
setDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot (
my-disk-snapshot). |
String |
toString()
Returns a string representation of this object.
|
GetDiskSnapshotRequest |
withDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot (
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 (my-disk-snapshot).
diskSnapshotName - The name of the disk snapshot (my-disk-snapshot).public String getDiskSnapshotName()
The name of the disk snapshot (my-disk-snapshot).
my-disk-snapshot).public GetDiskSnapshotRequest withDiskSnapshotName(String diskSnapshotName)
The name of the disk snapshot (my-disk-snapshot).
diskSnapshotName - The name of the disk snapshot (my-disk-snapshot).public String toString()
toString in class ObjectObject.toString()public GetDiskSnapshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()