com.amazonaws.services.storagegateway.model
Class DescribeTapeRecoveryPointsResult

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

public class DescribeTapeRecoveryPointsResult
extends Object
implements Serializable

DescribeTapeRecoveryPointsOutput

See Also:
Serialized Form

Constructor Summary
DescribeTapeRecoveryPointsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getGatewayARN()
          The Amazon Resource Name (ARN) of the gateway.
 String getMarker()
          An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
 List<TapeRecoveryPointInfo> getTapeRecoveryPointInfos()
          An array of TapeRecoveryPointInfos that are available for the specified gateway.
 int hashCode()
           
 void setGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 void setMarker(String marker)
          An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
 void setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
          An array of TapeRecoveryPointInfos that are available for the specified gateway.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTapeRecoveryPointsResult withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 DescribeTapeRecoveryPointsResult withMarker(String marker)
          An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
 DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
          An array of TapeRecoveryPointInfos that are available for the specified gateway.
 DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
          An array of TapeRecoveryPointInfos that are available for the specified gateway.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeTapeRecoveryPointsResult

public DescribeTapeRecoveryPointsResult()
Method Detail

getGatewayARN

public String getGatewayARN()
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

setGatewayARN

public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

withGatewayARN

public DescribeTapeRecoveryPointsResult withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.

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

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and region.
Returns:
A reference to this updated object so that method calls can be chained together.

getTapeRecoveryPointInfos

public List<TapeRecoveryPointInfo> getTapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified gateway.

Returns:
An array of TapeRecoveryPointInfos that are available for the specified gateway.

setTapeRecoveryPointInfos

public void setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.

Parameters:
tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.

withTapeRecoveryPointInfos

public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.

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

Parameters:
tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.
Returns:
A reference to this updated object so that method calls can be chained together.

withTapeRecoveryPointInfos

public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.

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

Parameters:
tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

Constraints:
Length: 1 - 1000

Returns:
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.


setMarker

public void setMarker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

Constraints:
Length: 1 - 1000

Parameters:
marker - An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.


withMarker

public DescribeTapeRecoveryPointsResult withMarker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

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

Constraints:
Length: 1 - 1000

Parameters:
marker - An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

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.