com.amazonaws.services.storagegateway.model
Class RetrieveTapeRecoveryPointResult

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

public class RetrieveTapeRecoveryPointResult
extends Object
implements Serializable

RetrieveTapeRecoveryPointOutput

See Also:
Serialized Form

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

Constructor Detail

RetrieveTapeRecoveryPointResult

public RetrieveTapeRecoveryPointResult()
Method Detail

getTapeARN

public String getTapeARN()
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

setTapeARN

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

Constraints:
Length: 50 - 500

Parameters:
tapeARN - The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

withTapeARN

public RetrieveTapeRecoveryPointResult withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which the recovery point was retrieved.

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 the recovery point was retrieved.
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.