Class CancelArchivalResult
java.lang.Object
com.amazonaws.services.storagegateway.model.CancelArchivalResult
- All Implemented Interfaces:
Serializable, Cloneable
CancelArchivalOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.inthashCode()voidsetTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape for which archiving 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 archiving was canceled.
-
Constructor Details
-
CancelArchivalResult
public CancelArchivalResult()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
-
getTapeARN
The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
- Returns:
- The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
-
withTapeARN
The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
- Parameters:
tapeARN- The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-