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