Class RetrieveTapeArchiveResult
java.lang.Object
com.amazonaws.services.storagegateway.model.RetrieveTapeArchiveResult
- All Implemented Interfaces:
Serializable,Cloneable
RetrieveTapeArchiveOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Amazon Resource Name (ARN) of the retrieved virtual tape.inthashCode()voidsetTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the retrieved virtual tape.toString()Returns a string representation of this object; useful for testing and debugging.withTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the retrieved virtual tape.
-
Constructor Details
-
RetrieveTapeArchiveResult
public RetrieveTapeArchiveResult()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of the retrieved virtual tape.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the retrieved virtual tape.
-
getTapeARN
The Amazon Resource Name (ARN) of the retrieved virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of the retrieved virtual tape.
-
withTapeARN
The Amazon Resource Name (ARN) of the retrieved virtual tape.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the retrieved virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-