@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) |
String |
fileSystemId()
The ID of the file system being deleted.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse . |
int |
hashCode() |
FileSystemLifecycle |
lifecycle()
The file system lifecycle for the deletion request.
|
String |
lifecycleAsString()
The file system lifecycle for the deletion request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileSystemResponse.Builder> |
serializableBuilderClass() |
DeleteFileSystemResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
DeleteFileSystemWindowsResponse |
windowsResponse()
Returns the value of the WindowsResponse property for this object.
|
responseMetadata
sdkHttpResponse
copy
public String fileSystemId()
The ID of the file system being deleted.
public 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
.FileSystemLifecycle
public 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
.FileSystemLifecycle
public DeleteFileSystemWindowsResponse windowsResponse()
public DeleteFileSystemResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteFileSystemResponse.Builder,DeleteFileSystemResponse>
toBuilder
in class AwsResponse
public static DeleteFileSystemResponse.Builder builder()
public static Class<? extends DeleteFileSystemResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponse
SdkResponse
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkResponse
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.