public class CancelArchivalRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
CancelArchivalInput
NOOP
Constructor and Description |
---|
CancelArchivalRequest() |
Modifier and Type | Method and Description |
---|---|
CancelArchivalRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to cancel
archiving for.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel
archiving for.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CancelArchivalRequest |
withGatewayARN(String gatewayARN) |
CancelArchivalRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel
archiving for.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public CancelArchivalRequest withGatewayARN(String gatewayARN)
gatewayARN
- public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape you want to
cancel archiving for.public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.
public CancelArchivalRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape you want to
cancel archiving for.public String toString()
toString
in class Object
Object.toString()
public CancelArchivalRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.