@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 64 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 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.
|
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 you want to delete.
public final String clientRequestToken()
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
public final DeleteFileSystemWindowsConfiguration windowsConfiguration()
public final DeleteFileSystemLustreConfiguration lustreConfiguration()
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 © 2021. All rights reserved.