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