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