Class RegisterUserResponse

    • Method Detail

      • user

        public final User user()

        The user's user name.

        Returns:
        The user's user name.
      • userInvitationUrl

        public final String userInvitationUrl()

        The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.

        Returns:
        The URL the user visits to complete registration and provide a password. This is returned only for users with an identity type of QUICKSIGHT.
      • requestId

        public final String requestId()

        The Amazon Web Services request ID for this operation.

        Returns:
        The Amazon Web Services request ID for this operation.
      • status

        public final Integer status()

        The HTTP status of the request.

        Returns:
        The HTTP status of the 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