@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 String tapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
public 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 AWS 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.