Class ListTapesResult

    • Constructor Detail

      • ListTapesResult

        public ListTapesResult()
    • Method Detail

      • getTapeInfos

        public List<TapeInfo> getTapeInfos()
        Returns:
      • setTapeInfos

        public void setTapeInfos​(Collection<TapeInfo> tapeInfos)
        Parameters:
        tapeInfos -
      • withTapeInfos

        public ListTapesResult withTapeInfos​(Collection<TapeInfo> tapeInfos)
        Parameters:
        tapeInfos -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(String marker)

        A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.

        Parameters:
        marker - A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
      • getMarker

        public String getMarker()

        A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.

        Returns:
        A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
      • withMarker

        public ListTapesResult withMarker​(String marker)

        A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.

        Parameters:
        marker - A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
        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