@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelRetrievalRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CancelRetrievalInput
NOOP
Constructor and Description |
---|
CancelRetrievalRequest() |
Modifier and Type | Method and Description |
---|---|
CancelRetrievalRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CancelRetrievalRequest |
withGatewayARN(String gatewayARN) |
CancelRetrievalRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
|
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, withSdkRequestTimeout
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public CancelRetrievalRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
public CancelRetrievalRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape you want to cancel retrieval for.public String toString()
toString
in class Object
Object.toString()
public CancelRetrievalRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.