Class ListQueuesRequest

    • Method Detail

      • queueNamePrefix

        public final String queueNamePrefix()

        A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue URLs and names are case-sensitive.

        Returns:
        A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.

        Queue URLs and names are case-sensitive.

      • nextToken

        public final String nextToken()

        Pagination token to request the next set of results.

        Returns:
        Pagination token to request the next set of results.
      • maxResults

        public final Integer maxResults()

        Maximum number of results to include in the response. Value range is 1 to 1000. You must set MaxResults to receive a value for NextToken in the response.

        Returns:
        Maximum number of results to include in the response. Value range is 1 to 1000. You must set MaxResults to receive a value for NextToken in the response.
      • 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