@Generated(value="software.amazon.awssdk:codegen") public final class DeleteTapeArchiveRequest extends StorageGatewayRequest implements ToCopyableBuilder<DeleteTapeArchiveRequest.Builder,DeleteTapeArchiveRequest>
DeleteTapeArchiveInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteTapeArchiveRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteTapeArchiveRequest.Builder |
builder() |
Boolean |
bypassGovernanceRetention()
Set to
TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteTapeArchiveRequest.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
|
DeleteTapeArchiveRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
public final Boolean bypassGovernanceRetention()
Set to TRUE to delete an archived tape that belongs to a custom pool with tape retention lock. Only
archived tapes with tape retention lock set to governance can be deleted. Archived tapes with tape
retention lock set to compliance can't be deleted.
TRUE to delete an archived tape that belongs to a custom pool with tape retention
lock. Only archived tapes with tape retention lock set to governance can be deleted.
Archived tapes with tape retention lock set to compliance can't be deleted.public DeleteTapeArchiveRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteTapeArchiveRequest.Builder,DeleteTapeArchiveRequest>toBuilder in class StorageGatewayRequestpublic static DeleteTapeArchiveRequest.Builder builder()
public static Class<? extends DeleteTapeArchiveRequest.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 © 2023. All rights reserved.