com.amazonaws.services.storagegateway.model
Class CancelArchivalResult

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

public class CancelArchivalResult
extends Object
implements Serializable

CancelArchivalOutput

See Also:
Serialized Form

Constructor Summary
CancelArchivalResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getTapeARN()
          The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
 int hashCode()
           
 void setTapeARN(String tapeARN)
          The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CancelArchivalResult withTapeARN(String tapeARN)
          The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelArchivalResult

public CancelArchivalResult()
Method Detail

getTapeARN

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

Constraints:
Length: 50 - 500

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

setTapeARN

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

Constraints:
Length: 50 - 500

Parameters:
tapeARN - The Amazon Resource Name (ARN) of the virtual tape for which archiving was canceled.

withTapeARN

public CancelArchivalResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which archiving 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 archiving 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.