@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateFileSystemRequest extends StorageGatewayRequest implements ToCopyableBuilder<DisassociateFileSystemRequest.Builder,DisassociateFileSystemRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateFileSystemRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisassociateFileSystemRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association to be deleted.
|
Boolean |
forceDelete()
If this value is set to true, the operation disassociates an Amazon FSx file system immediately.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateFileSystemRequest.Builder> |
serializableBuilderClass() |
DisassociateFileSystemRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileSystemAssociationARN()
The Amazon Resource Name (ARN) of the file system association to be deleted.
public final Boolean forceDelete()
If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all data
uploads to the file system, and the file system association enters the FORCE_DELETING status. If
this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.
FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not
disassociate until all data is uploaded.public DisassociateFileSystemRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateFileSystemRequest.Builder,DisassociateFileSystemRequest>toBuilder in class StorageGatewayRequestpublic static DisassociateFileSystemRequest.Builder builder()
public static Class<? extends DisassociateFileSystemRequest.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 © 2022. All rights reserved.