@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
RetrieveTapeArchiveInput
NOOP| Constructor and Description | 
|---|
RetrieveTapeArchiveRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
RetrieveTapeArchiveRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getGatewayARN()
 The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. 
 | 
String | 
getTapeARN()
 The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS). 
 | 
int | 
hashCode()  | 
void | 
setGatewayARN(String gatewayARN)
 The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. 
 | 
void | 
setTapeARN(String tapeARN)
 The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS). 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
RetrieveTapeArchiveRequest | 
withGatewayARN(String gatewayARN)
 The Amazon Resource Name (ARN) of the gateway you want to retrieve the virtual tape to. 
 | 
RetrieveTapeArchiveRequest | 
withTapeARN(String tapeARN)
 The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS). 
 | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
public RetrieveTapeArchiveRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape you want to retrieve from the virtual tape shelf (VTS).public void setGatewayARN(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.
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.
public String getGatewayARN()
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 withGatewayARN(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.
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.
public String toString()
toString in class ObjectObject.toString()public RetrieveTapeArchiveRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()