com.amazonaws.services.storagegateway.model
Class DeleteTapeArchiveRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.storagegateway.model.DeleteTapeArchiveRequest
All Implemented Interfaces:
Serializable

public class DeleteTapeArchiveRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DeleteTapeArchive operation.

Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).

See Also:
AWSStorageGateway.deleteTapeArchive(DeleteTapeArchiveRequest), Serialized Form

Constructor Summary
DeleteTapeArchiveRequest()
           
 
Method Summary
 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).
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteTapeArchiveRequest

public DeleteTapeArchiveRequest()
Method Detail

getTapeARN

public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape to delete from the Virtual Tape Shelf (VTS).

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the virtual tape to delete from the Virtual Tape Shelf (VTS).

setTapeARN

public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the Virtual Tape Shelf (VTS).

Constraints:
Length: 50 - 500

Parameters:
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the Virtual Tape Shelf (VTS).

withTapeARN

public DeleteTapeArchiveRequest withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape to delete from the Virtual Tape Shelf (VTS).

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the Virtual Tape Shelf (VTS).
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.