@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) |
boolean |
equalsBySdkFields(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 Amazon Web Services. |
<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()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fileShareARN()
The Amazon Resource Name (ARN) of the file share to be deleted.
public final Boolean forceDelete()
If this value is set to true, the operation deletes a file share immediately and aborts all data
uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded to Amazon Web
Services. This process aborts the data upload process, and the file share enters the FORCE_DELETING
status.
Valid Values: true | false
true, the operation deletes a file share immediately and aborts all
data uploads to Amazon Web Services. Otherwise, the file share is not deleted until all data is uploaded
to Amazon Web Services. This process aborts the data upload process, and the file share enters the
FORCE_DELETING status.
Valid Values: true | false
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 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.