Class ListStreamingDistributionsRequest

    • Constructor Detail

      • ListStreamingDistributionsRequest

        public ListStreamingDistributionsRequest()
    • Method Detail

      • setMarker

        public void setMarker​(String marker)
        Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).
        Parameters:
        marker - Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).
      • getMarker

        public String getMarker()
        Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).
        Returns:
        Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).
      • withMarker

        public ListStreamingDistributionsRequest withMarker​(String marker)
        Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).
        Parameters:
        marker - Use this when paginating results to indicate where to begin in your list of streaming distributions. The results include distributions in the list that occur after the marker. To get the next page of results, set the Marker to the value of the NextMarker from the current page's response (which is also the ID of the last distribution on that page).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxItems

        public void setMaxItems​(String maxItems)
        The maximum number of streaming distributions you want in the response body.
        Parameters:
        maxItems - The maximum number of streaming distributions you want in the response body.
      • getMaxItems

        public String getMaxItems()
        The maximum number of streaming distributions you want in the response body.
        Returns:
        The maximum number of streaming distributions you want in the response body.
      • withMaxItems

        public ListStreamingDistributionsRequest withMaxItems​(String maxItems)
        The maximum number of streaming distributions you want in the response body.
        Parameters:
        maxItems - The maximum number of streaming distributions you want 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