public class DeleteTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable
DeleteTapeArchive operation.
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
| Constructor and Description |
|---|
DeleteTapeArchiveRequest() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getTapeARN()
Constraints:
Length: 50 - 500
public void setTapeARN(String tapeARN)
Constraints:
Length: 50 - 500
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the
Virtual Tape Shelf (VTS).public DeleteTapeArchiveRequest withTapeARN(String tapeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
tapeARN - The Amazon Resource Name (ARN) of the virtual tape to delete from the
Virtual Tape Shelf (VTS).public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.