Class DeleteFileSystemRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.fsx.model.FSxRequest
-
- software.amazon.awssdk.services.fsx.model.DeleteFileSystemRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteFileSystemRequest extends FSxRequest implements ToCopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>
The request object for
DeleteFileSystemoperation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteFileSystemRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteFileSystemRequest.Builderbuilder()StringclientRequestToken()A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemId()The ID of the file system that you want to delete.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DeleteFileSystemLustreConfigurationlustreConfiguration()Returns the value of the LustreConfiguration property for this object.DeleteFileSystemOpenZFSConfigurationopenZFSConfiguration()The configuration object for the OpenZFS file system used in theDeleteFileSystemoperation.List<SdkField<?>>sdkFields()static Class<? extends DeleteFileSystemRequest.Builder>serializableBuilderClass()DeleteFileSystemRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.DeleteFileSystemWindowsConfigurationwindowsConfiguration()Returns the value of the WindowsConfiguration property for this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
fileSystemId
public final String fileSystemId()
The ID of the file system that you want to delete.
- Returns:
- The ID of the file system that you want to delete.
-
clientRequestToken
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.
- Returns:
- 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.
-
windowsConfiguration
public final DeleteFileSystemWindowsConfiguration windowsConfiguration()
Returns the value of the WindowsConfiguration property for this object.- Returns:
- The value of the WindowsConfiguration property for this object.
-
lustreConfiguration
public final DeleteFileSystemLustreConfiguration lustreConfiguration()
Returns the value of the LustreConfiguration property for this object.- Returns:
- The value of the LustreConfiguration property for this object.
-
openZFSConfiguration
public final DeleteFileSystemOpenZFSConfiguration openZFSConfiguration()
The configuration object for the OpenZFS file system used in the
DeleteFileSystemoperation.- Returns:
- The configuration object for the OpenZFS file system used in the
DeleteFileSystemoperation.
-
toBuilder
public DeleteFileSystemRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteFileSystemRequest.Builder,DeleteFileSystemRequest>- Specified by:
toBuilderin classFSxRequest
-
builder
public static DeleteFileSystemRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteFileSystemRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-