Class ListChannelsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of channels that you want MediaTailor to return in response to the current request. If there are more than MaxResults channels, use the value of NextToken in the response to get the next page of results.

        Returns:
        The maximum number of channels that you want MediaTailor to return in response to the current request. If there are more than MaxResults channels, use the value of NextToken in the response to get the next page of results.
      • nextToken

        public final String nextToken()

        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.

        Returns:
        Pagination token returned by the list request when results exceed the maximum allowed. Use the token to fetch the next page of results.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object