Class DescribeTapeRecoveryPointsResult

    • Constructor Detail

      • DescribeTapeRecoveryPointsResult

        public DescribeTapeRecoveryPointsResult()
    • Method Detail

      • 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​(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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object