Class DescribeTapeRecoveryPointsResult

java.lang.Object
com.amazonaws.services.storagegateway.model.DescribeTapeRecoveryPointsResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeTapeRecoveryPointsResult extends Object implements Serializable, Cloneable

DescribeTapeRecoveryPointsOutput

See Also:
  • Constructor Details

    • DescribeTapeRecoveryPointsResult

      public DescribeTapeRecoveryPointsResult()
  • Method Details

    • setGatewayARN

      public void setGatewayARN(String gatewayARN)
      Parameters:
      gatewayARN -
    • getGatewayARN

      public String getGatewayARN()
      Returns:
    • withGatewayARN

      public DescribeTapeRecoveryPointsResult withGatewayARN(String gatewayARN)
      Parameters:
      gatewayARN -
      Returns:
      Returns a reference to this 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.

      NOTE: This method appends the values to the existing list (if any). Use setTapeRecoveryPointInfos(java.util.Collection) or withTapeRecoveryPointInfos(java.util.Collection) if you want to override the existing values.

      Parameters:
      tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.
      Returns:
      Returns a reference to this 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.

      Parameters:
      tapeRecoveryPointInfos - An array of TapeRecoveryPointInfos that are available for the specified gateway.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      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.

    • 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.

      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.

    • 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.

      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:
      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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Overrides:
      clone in class Object