@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A JSON object containing the DeleteVolumeInput$VolumeARN to delete.
NOOP| Constructor and Description | 
|---|
DeleteVolumeRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeleteVolumeRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getVolumeARN()
 The Amazon Resource Name (ARN) of the volume. 
 | 
int | 
hashCode()  | 
void | 
setVolumeARN(String volumeARN)
 The Amazon Resource Name (ARN) of the volume. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DeleteVolumeRequest | 
withVolumeARN(String volumeARN)
 The Amazon Resource Name (ARN) of the volume. 
 | 
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 setVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
volumeARN - The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
        gateway volumes.public String getVolumeARN()
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
public DeleteVolumeRequest withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
volumeARN - The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of
        gateway volumes.public String toString()
toString in class ObjectObject.toString()public DeleteVolumeRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()