@Generated(value="software.amazon.awssdk:codegen") public final class DeleteVolumeResponse extends FSxResponse implements ToCopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteVolumeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVolumeResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
VolumeLifecycle |
lifecycle()
The lifecycle state of the volume being deleted.
|
String |
lifecycleAsString()
The lifecycle state of the volume being deleted.
|
DeleteVolumeOntapResponse |
ontapResponse()
Returned after a
DeleteVolume request, showing the status of the delete request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteVolumeResponse.Builder> |
serializableBuilderClass() |
DeleteVolumeResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
volumeId()
The ID of the volume that's being deleted.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String volumeId()
The ID of the volume that's being deleted.
public final VolumeLifecycle lifecycle()
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this
value is DELETING.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return VolumeLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lifecycleAsString().
DeleteVolume operation is
successful, this value is DELETING.VolumeLifecyclepublic final String lifecycleAsString()
The lifecycle state of the volume being deleted. If the DeleteVolume operation is successful, this
value is DELETING.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return VolumeLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lifecycleAsString().
DeleteVolume operation is
successful, this value is DELETING.VolumeLifecyclepublic final DeleteVolumeOntapResponse ontapResponse()
Returned after a DeleteVolume request, showing the status of the delete request.
DeleteVolume request, showing the status of the delete request.public DeleteVolumeResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>toBuilder in class AwsResponsepublic static DeleteVolumeResponse.Builder builder()
public static Class<? extends DeleteVolumeResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic 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 SdkResponseCopyright © 2023. All rights reserved.