com.amazonaws.services.storagegateway.model
Class CancelRetrievalResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.CancelRetrievalResult
All Implemented Interfaces:
Serializable

public class CancelRetrievalResult
extends Object
implements Serializable

CancelRetrievalOutput

See Also:
Serialized Form

Constructor Summary
CancelRetrievalResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelRetrievalResult

public CancelRetrievalResult()
Method Detail

getTapeARN

public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

setTapeARN

public void setTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.

Constraints:
Length: 50 - 500

Parameters:
tapeARN - 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.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
tapeARN - The Amazon Resource Name (ARN) of the virtual tape for which retrieval was canceled.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.