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 CancelRetrievalResult
clone()
boolean
equals(Object obj)
String
getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.int
hashCode()
void
setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.String
toString()
Returns a string representation of this object; useful for testing and debugging.CancelRetrievalResult
withTapeARN(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CancelRetrievalResult clone()
-
-