Class ListUsersRequest

    • Method Detail

      • brokerId

        public final String brokerId()

        The unique ID that Amazon MQ generates for the broker.

        Returns:
        The unique ID that Amazon MQ generates for the broker.
      • maxResults

        public final Integer maxResults()

        The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.

        Returns:
        The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
      • nextToken

        public final String nextToken()

        The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.

        Returns:
        The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
      • 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