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