public class DeleteTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable
DeleteTapeArchive operation
.
Deletes the specified virtual tape from the Virtual Tape Shelf (VTS).
NOOP
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, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
Copyright © 2015. All rights reserved.