@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFileSystemRequest extends FSxRequest implements ToCopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>
The request object for DeleteFileSystem operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFileSystemRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFileSystemRequest.Builder |
builder() |
String |
clientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
The ID of the file system that you want to delete.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DeleteFileSystemLustreConfiguration |
lustreConfiguration()
Returns the value of the LustreConfiguration property for this object.
|
DeleteFileSystemOpenZFSConfiguration |
openZFSConfiguration()
The configuration object for the OpenZFS file system used in the
DeleteFileSystem operation. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileSystemRequest.Builder> |
serializableBuilderClass() |
DeleteFileSystemRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DeleteFileSystemWindowsConfiguration |
windowsConfiguration()
Returns the value of the WindowsConfiguration property for this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemId()
The ID of the file system that you want to delete.
public final String clientRequestToken()
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
public final DeleteFileSystemWindowsConfiguration windowsConfiguration()
public final DeleteFileSystemLustreConfiguration lustreConfiguration()
public final DeleteFileSystemOpenZFSConfiguration openZFSConfiguration()
The configuration object for the OpenZFS file system used in the DeleteFileSystem operation.
DeleteFileSystem operation.public DeleteFileSystemRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>toBuilder in class FSxRequestpublic static DeleteFileSystemRequest.Builder builder()
public static Class<? extends DeleteFileSystemRequest.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.