Class ListMembersRequest

    • Method Detail

      • graphArn

        public final String graphArn()

        The ARN of the behavior graph for which to retrieve the list of member accounts.

        Returns:
        The ARN of the behavior graph for which to retrieve the list of member accounts.
      • nextToken

        public final String nextToken()

        For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.

        Returns:
        For requests to retrieve the next page of member account results, the pagination token that was returned with the previous page of results. The initial request does not include a pagination token.
      • maxResults

        public final Integer maxResults()

        The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.

        Returns:
        The maximum number of member accounts to include in the response. The total must be less than the overall limit on the number of results to return, which is currently 200.
      • 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