public class DeleteTapeArchiveResult extends Object implements Serializable, Cloneable
DeleteTapeArchiveOutput
Constructor and Description |
---|
DeleteTapeArchiveResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeArchiveResult |
clone() |
boolean |
equals(Object obj) |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
int |
hashCode() |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeArchiveResult |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape that was
deleted from the virtual tape shelf (VTS).public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
public DeleteTapeArchiveResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape that was
deleted from the virtual tape shelf (VTS).public String toString()
toString
in class Object
Object.toString()
public DeleteTapeArchiveResult clone()
Copyright © 2018. All rights reserved.