@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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).
|
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 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 Object
Object.toString()
public DeleteTapeArchiveRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.