Class ListTapesRequest

    • Constructor Detail

      • ListTapesRequest

        public ListTapesRequest()
    • Method Detail

      • getTapeARNs

        public List<String> getTapeARNs()
        Returns:
      • setTapeARNs

        public void setTapeARNs​(Collection<String> tapeARNs)
        Parameters:
        tapeARNs -
      • withTapeARNs

        public ListTapesRequest withTapeARNs​(Collection<String> tapeARNs)
        Parameters:
        tapeARNs -
        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 the returned list of tapes.

        Parameters:
        marker - A string that indicates the position at which to begin the returned list of tapes.
      • getMarker

        public String getMarker()

        A string that indicates the position at which to begin the returned list of tapes.

        Returns:
        A string that indicates the position at which to begin the returned list of tapes.
      • withMarker

        public ListTapesRequest withMarker​(String marker)

        A string that indicates the position at which to begin the returned list of tapes.

        Parameters:
        marker - A string that indicates the position at which to begin the returned list of tapes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLimit

        public void setLimit​(Integer limit)

        An optional number limit for the tapes in the list returned by this call.

        Parameters:
        limit - An optional number limit for the tapes in the list returned by this call.
      • getLimit

        public Integer getLimit()

        An optional number limit for the tapes in the list returned by this call.

        Returns:
        An optional number limit for the tapes in the list returned by this call.
      • withLimit

        public ListTapesRequest withLimit​(Integer limit)

        An optional number limit for the tapes in the list returned by this call.

        Parameters:
        limit - An optional number limit for the tapes in the list returned by this call.
        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