@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFileSystemResponse extends FSxResponse implements ToCopyableBuilder<DeleteFileSystemResponse.Builder,DeleteFileSystemResponse>
The response object for the DeleteFileSystem operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFileSystemResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFileSystemResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the file system being deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
FileSystemLifecycle |
lifecycle()
The file system lifecycle for the deletion request.
|
String |
lifecycleAsString()
The file system lifecycle for the deletion request.
|
DeleteFileSystemLustreResponse |
lustreResponse()
Returns the value of the LustreResponse property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileSystemResponse.Builder> |
serializableBuilderClass() |
DeleteFileSystemResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemWindowsResponse |
windowsResponse()
Returns the value of the WindowsResponse property for this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemId()
The ID of the file system being deleted.
public final FileSystemLifecycle lifecycle()
The file system lifecycle for the deletion request. Should be DELETING.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return FileSystemLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifecycleAsString().
DELETING.FileSystemLifecyclepublic final String lifecycleAsString()
The file system lifecycle for the deletion request. Should be DELETING.
If the service returns an enum value that is not available in the current SDK version, lifecycle will
return FileSystemLifecycle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from lifecycleAsString().
DELETING.FileSystemLifecyclepublic final DeleteFileSystemWindowsResponse windowsResponse()
public final DeleteFileSystemLustreResponse lustreResponse()
public DeleteFileSystemResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFileSystemResponse.Builder,DeleteFileSystemResponse>toBuilder in class AwsResponsepublic static DeleteFileSystemResponse.Builder builder()
public static Class<? extends DeleteFileSystemResponse.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 © 2021. All rights reserved.