public class RetrieveTapeArchiveResult extends Object implements Serializable
RetrieveTapeArchiveOutput
Constructor and Description |
---|
RetrieveTapeArchiveResult() |
Modifier and Type | Method and Description |
---|---|
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; useful for testing and
debugging.
|
RetrieveTapeArchiveResult |
withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the retrieved virtual tape.
|
public String getTapeARN()
Constraints:
Length: 50 - 500
public void setTapeARN(String tapeARN)
Constraints:
Length: 50 - 500
tapeARN
- The Amazon Resource Name (ARN) of the retrieved virtual tape.public RetrieveTapeArchiveResult withTapeARN(String tapeARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
tapeARN
- The Amazon Resource Name (ARN) of the retrieved virtual tape.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.