Class ListMembersRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to include in each page of a paginated response.

        Returns:
        The maximum number of items to include in each page of a paginated response.
      • nextToken

        public final String nextToken()

        The nextToken string that specifies which page of results to return in a paginated response.

        Returns:
        The nextToken string that specifies which page of results to return in a paginated response.
      • onlyAssociated

        public final String onlyAssociated()

        Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.

        Returns:
        Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false.
      • 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