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