public class DeleteTapeArchiveResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
DeleteTapeArchiveOutput
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
tapeARN
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
Constructor and Description |
---|
DeleteTapeArchiveResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTapeArchiveResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
int |
hashCode() |
void |
setTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteTapeArchiveResult |
withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape that was deleted from
the virtual tape shelf (VTS).
|
private java.lang.String tapeARN
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
public void setTapeARN(java.lang.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 java.lang.String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape that was deleted from the virtual tape shelf (VTS).
public DeleteTapeArchiveResult withTapeARN(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteTapeArchiveResult clone()
clone
in class java.lang.Object