Class CancelRetrievalResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.CancelRetrievalResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class CancelRetrievalResult extends Object implements Serializable, Cloneable
CancelRetrievalOutput
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelRetrievalResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelRetrievalResultclone()booleanequals(Object obj)StringgetTapeARN()The 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.StringtoString()Returns a string representation of this object; useful for testing and debugging.CancelRetrievalResultwithTapeARN(String tapeARN)The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.
-
-
-
Method Detail
-
setTapeARN
public void setTapeARN(String tapeARN)
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
public String 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
public CancelRetrievalResult withTapeARN(String tapeARN)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CancelRetrievalResult clone()
-
-