@Generated(value="software.amazon.awssdk:codegen") public final class RetrieveTapeArchiveRequest extends StorageGatewayRequest implements ToCopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>
RetrieveTapeArchiveInput
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetrieveTapeArchiveRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RetrieveTapeArchiveRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayARN()
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RetrieveTapeArchiveRequest.Builder> |
serializableBuilderClass() |
String |
tapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
|
RetrieveTapeArchiveRequest.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 you want to retrieve from the virtual tape shelf (VTS).
public final String gatewayARN()
The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
You retrieve archived virtual tapes to only one gateway and the gateway must be a tape gateway.
public RetrieveTapeArchiveRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RetrieveTapeArchiveRequest.Builder,RetrieveTapeArchiveRequest>toBuilder in class StorageGatewayRequestpublic static RetrieveTapeArchiveRequest.Builder builder()
public static Class<? extends RetrieveTapeArchiveRequest.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.