@Generated(value="software.amazon.awssdk:codegen") public final class DeleteFileShareRequest extends StorageGatewayRequest implements ToCopyableBuilder<DeleteFileShareRequest.Builder,DeleteFileShareRequest>
DeleteFileShareInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteFileShareRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFileShareRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fileShareARN()
The Amazon Resource Name (ARN) of the file share to be deleted.
|
Boolean |
forceDelete()
If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to AWS.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteFileShareRequest.Builder> |
serializableBuilderClass() |
DeleteFileShareRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String fileShareARN()
The Amazon Resource Name (ARN) of the file share to be deleted.
public Boolean forceDelete()
If this value is set to true, the operation deletes a file share immediately and aborts all data uploads to AWS. Otherwise, the file share is not deleted until all data is uploaded to AWS. This process aborts the data upload process, and the file share enters the FORCE_DELETING status.
public DeleteFileShareRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteFileShareRequest.Builder,DeleteFileShareRequest>toBuilder in class StorageGatewayRequestpublic static DeleteFileShareRequest.Builder builder()
public static Class<? extends DeleteFileShareRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.