@Generated(value="software.amazon.awssdk:codegen") public final class DeleteTapeRequest extends StorageGatewayRequest implements ToCopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>
DeleteTapeInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteTapeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteTapeRequest.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) |
String |
gatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteTapeRequest.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
DeleteTapeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String gatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and Region.
public final String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
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 DeleteTapeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteTapeRequest.Builder,DeleteTapeRequest>toBuilder in class StorageGatewayRequestpublic static DeleteTapeRequest.Builder builder()
public static Class<? extends DeleteTapeRequest.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 © 2021. All rights reserved.