@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteAutoSnapshotRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteAutoSnapshotRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteAutoSnapshotRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDate()
The date of the automatic snapshot to delete in
YYYY-MM-DD format. |
String |
getResourceName()
The name of the source instance or disk from which to delete the automatic snapshot.
|
int |
hashCode() |
void |
setDate(String date)
The date of the automatic snapshot to delete in
YYYY-MM-DD format. |
void |
setResourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
|
String |
toString()
Returns a string representation of this object.
|
DeleteAutoSnapshotRequest |
withDate(String date)
The date of the automatic snapshot to delete in
YYYY-MM-DD format. |
DeleteAutoSnapshotRequest |
withResourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic 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 setResourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
resourceName - The name of the source instance or disk from which to delete the automatic snapshot.public String getResourceName()
The name of the source instance or disk from which to delete the automatic snapshot.
public DeleteAutoSnapshotRequest withResourceName(String resourceName)
The name of the source instance or disk from which to delete the automatic snapshot.
resourceName - The name of the source instance or disk from which to delete the automatic snapshot.public void setDate(String date)
The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.
date - The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.public String getDate()
The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.
YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.public DeleteAutoSnapshotRequest withDate(String date)
The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.
date - The date of the automatic snapshot to delete in YYYY-MM-DD format. Use the
get auto snapshots operation to get the available automatic snapshots for a resource.public String toString()
toString in class ObjectObject.toString()public DeleteAutoSnapshotRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()