Class ListUserGroupsRequest

    • Method Detail

      • userName

        public final String userName()

        The Amazon QuickSight user name that you want to list group memberships for.

        Returns:
        The Amazon QuickSight user name that you want to list group memberships for.
      • awsAccountId

        public final String awsAccountId()

        The Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.

        Returns:
        The Amazon Web Services account ID that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
      • namespace

        public final String namespace()

        The namespace. Currently, you should set this to default.

        Returns:
        The namespace. Currently, you should set this to default.
      • nextToken

        public final String nextToken()

        A pagination token that can be used in a subsequent request.

        Returns:
        A pagination token that can be used in a subsequent request.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return from this request.

        Returns:
        The maximum number of results to return from this request.
      • 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