@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTapeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTapeInput
NOOP| Constructor and Description |
|---|
DeleteTapeRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteTapeRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTapeRequest |
withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
|
DeleteTapeRequest |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
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 setGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
gatewayARN - The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
Use the ListGateways operation to return a list of gateways for your account and AWS Region.public String getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
public DeleteTapeRequest withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with. Use the ListGateways operation to return a list of gateways for your account and AWS Region.
gatewayARN - The unique Amazon Resource Name (ARN) of the gateway that the virtual tape to delete is associated with.
Use the ListGateways operation to return a list of gateways for your account and AWS Region.public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete.public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
public DeleteTapeRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete.public String toString()
toString in class ObjectObject.toString()public DeleteTapeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.