@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveTapeArchiveResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
RetrieveTapeArchiveOutput
| Constructor and Description |
|---|
RetrieveTapeArchiveResult() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveTapeArchiveResult |
clone() |
boolean |
equals(Object obj) |
String |
getTapeARN()
The Amazon Resource Name (ARN) of the retrieved virtual tape.
|
int |
hashCode() |
void |
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the retrieved virtual tape.
|
String |
toString()
Returns a string representation of this object.
|
RetrieveTapeArchiveResult |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the retrieved virtual tape.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the retrieved virtual tape.
tapeARN - The Amazon Resource Name (ARN) of the retrieved virtual tape.public String getTapeARN()
The Amazon Resource Name (ARN) of the retrieved virtual tape.
public RetrieveTapeArchiveResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the retrieved virtual tape.
tapeARN - The Amazon Resource Name (ARN) of the retrieved virtual tape.public String toString()
toString in class ObjectObject.toString()public RetrieveTapeArchiveResult clone()