public class DeleteTapeArchiveRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteTapeArchive operation
.
Deletes the specified virtual tape from the virtual tape shelf (VTS).
NOOP
Constructor and Description |
---|
DeleteTapeArchiveRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeArchiveRequest |
clone()
Creates a shallow clone of this request.
|
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).
|
copyBaseTo, 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()
public DeleteTapeArchiveRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.