public class DeleteTapeRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
DeleteTapeInput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayARN
The unique Amazon Resource Name (ARN) of the gateway that the virtual
tape to delete is associated with.
|
private java.lang.String |
tapeARN
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
NOOP
Constructor and Description |
---|
DeleteTapeRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayARN()
The unique Amazon Resource Name (ARN) of the gateway that the virtual
tape to delete is associated with.
|
java.lang.String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
int |
hashCode() |
void |
setGatewayARN(java.lang.String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual
tape to delete is associated with.
|
void |
setTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeRequest |
withGatewayARN(java.lang.String gatewayARN)
The unique Amazon Resource Name (ARN) of the gateway that the virtual
tape to delete is associated with.
|
DeleteTapeRequest |
withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.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.
private java.lang.String tapeARN
The Amazon Resource Name (ARN) of the virtual tape to delete.
public void setGatewayARN(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete.
public DeleteTapeRequest withTapeARN(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteTapeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()