@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteVolumeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 |
getClientRequestToken() |
DeleteVolumeOntapConfiguration |
getOntapConfiguration()
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the
backup.
|
String |
getVolumeId()
The ID of the volume you are deleting.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken) |
void |
setOntapConfiguration(DeleteVolumeOntapConfiguration ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the
backup.
|
void |
setVolumeId(String volumeId)
The ID of the volume you are deleting.
|
String |
toString()
Returns a string representation of this object.
|
DeleteVolumeRequest |
withClientRequestToken(String clientRequestToken) |
DeleteVolumeRequest |
withOntapConfiguration(DeleteVolumeOntapConfiguration ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the
backup.
|
DeleteVolumeRequest |
withVolumeId(String volumeId)
The ID of the volume you are deleting.
|
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 setClientRequestToken(String clientRequestToken)
clientRequestToken
- public String getClientRequestToken()
public DeleteVolumeRequest withClientRequestToken(String clientRequestToken)
clientRequestToken
- public void setVolumeId(String volumeId)
The ID of the volume you are deleting.
volumeId
- The ID of the volume you are deleting.public String getVolumeId()
The ID of the volume you are deleting.
public DeleteVolumeRequest withVolumeId(String volumeId)
The ID of the volume you are deleting.
volumeId
- The ID of the volume you are deleting.public void setOntapConfiguration(DeleteVolumeOntapConfiguration ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the backup.
ontapConfiguration
- For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to
the backup.public DeleteVolumeOntapConfiguration getOntapConfiguration()
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the backup.
public DeleteVolumeRequest withOntapConfiguration(DeleteVolumeOntapConfiguration ontapConfiguration)
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the backup.
ontapConfiguration
- For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to
the backup.public String toString()
toString
in class Object
Object.toString()
public DeleteVolumeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()