Class DeleteVolumeResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.fsx.model.FSxResponse
-
- software.amazon.awssdk.services.fsx.model.DeleteVolumeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>
@Generated("software.amazon.awssdk:codegen") public final class DeleteVolumeResponse extends FSxResponse implements ToCopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteVolumeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteVolumeResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()VolumeLifecyclelifecycle()The lifecycle state of the volume being deleted.StringlifecycleAsString()The lifecycle state of the volume being deleted.DeleteVolumeOntapResponseontapResponse()Returned after aDeleteVolumerequest, showing the status of the delete request.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteVolumeResponse.Builder>serializableBuilderClass()DeleteVolumeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvolumeId()The ID of the volume that's being deleted.-
Methods inherited from class software.amazon.awssdk.services.fsx.model.FSxResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
volumeId
public final String volumeId()
The ID of the volume that's being deleted.
- Returns:
- The ID of the volume that's being deleted.
-
lifecycle
public final VolumeLifecycle lifecycle()
The lifecycle state of the volume being deleted. If the
DeleteVolumeoperation is successful, this value isDELETING.If the service returns an enum value that is not available in the current SDK version,
lifecyclewill returnVolumeLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifecycleAsString().- Returns:
- The lifecycle state of the volume being deleted. If the
DeleteVolumeoperation is successful, this value isDELETING. - See Also:
VolumeLifecycle
-
lifecycleAsString
public final String lifecycleAsString()
The lifecycle state of the volume being deleted. If the
DeleteVolumeoperation is successful, this value isDELETING.If the service returns an enum value that is not available in the current SDK version,
lifecyclewill returnVolumeLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlifecycleAsString().- Returns:
- The lifecycle state of the volume being deleted. If the
DeleteVolumeoperation is successful, this value isDELETING. - See Also:
VolumeLifecycle
-
ontapResponse
public final DeleteVolumeOntapResponse ontapResponse()
Returned after a
DeleteVolumerequest, showing the status of the delete request.- Returns:
- Returned after a
DeleteVolumerequest, showing the status of the delete request.
-
toBuilder
public DeleteVolumeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteVolumeResponse.Builder,DeleteVolumeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DeleteVolumeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteVolumeResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-