@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTapeArchiveInput
NOOP| Constructor and Description |
|---|
DeleteTapeArchiveRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeArchiveRequest |
clone() |
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.
|
DeleteTapeArchiveRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the virtual tape shelf (VTS).
|
addHandlerContext, copyBaseTo, 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 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()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.