public class DeleteTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTapeArchiveInput
NOOP| Constructor and Description |
|---|
DeleteTapeArchiveRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeArchiveRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the
virtual tape shelf (VTS).
|
int |
hashCode() |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the
virtual tape shelf (VTS).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeArchiveRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the
virtual tape shelf (VTS).
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from
the virtual tape shelf (VTS).public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
public DeleteTapeArchiveRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from
the virtual tape shelf (VTS).public String toString()
toString in class ObjectObject.toString()public DeleteTapeArchiveRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.