@Generated(value="software.amazon.awssdk:codegen") public final class DeleteVolumeRequest extends FSxRequest implements ToCopyableBuilder<DeleteVolumeRequest.Builder,DeleteVolumeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteVolumeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVolumeRequest.Builder |
builder() |
String |
clientRequestToken()
Returns the value of the ClientRequestToken property for this object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeleteVolumeOntapConfiguration |
ontapConfiguration()
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the
backup.
|
DeleteVolumeOpenZFSConfiguration |
openZFSConfiguration()
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteVolumeRequest.Builder> |
serializableBuilderClass() |
DeleteVolumeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeId()
The ID of the volume that you are deleting.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientRequestToken()
public final String volumeId()
The ID of the volume that you are deleting.
public final DeleteVolumeOntapConfiguration ontapConfiguration()
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the
backup. To apply tags to the backup, you must have the fsx:TagResource permission.
fsx:TagResource permission.public final DeleteVolumeOpenZFSConfiguration openZFSConfiguration()
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
public DeleteVolumeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteVolumeRequest.Builder,DeleteVolumeRequest>toBuilder in class FSxRequestpublic static DeleteVolumeRequest.Builder builder()
public static Class<? extends DeleteVolumeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.