Class ListAccountRolesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The page token from the previous response output when you request subsequent pages.

        Returns:
        The page token from the previous response output when you request subsequent pages.
      • maxResults

        public final Integer maxResults()

        The number of items that clients can request per page.

        Returns:
        The number of items that clients can request per page.
      • accessToken

        public final String accessToken()

        The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.

        Returns:
        The token issued by the CreateToken API call. For more information, see CreateToken in the IAM Identity Center OIDC API Reference Guide.
      • accountId

        public final String accountId()

        The identifier for the AWS account that is assigned to the user.

        Returns:
        The identifier for the AWS account that is assigned to the user.
      • 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