Class AdminSetUserPasswordRequest

    • Method Detail

      • userPoolId

        public final String userPoolId()

        The user pool ID for the user pool where you want to set the user's password.

        Returns:
        The user pool ID for the user pool where you want to set the user's password.
      • username

        public final String username()

        The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. If username isn't an alias attribute in your user pool, you can also use their sub in this request.

        Returns:
        The username of the user that you want to query or modify. The value of this parameter is typically your user's username, but it can be any of their alias attributes. If username isn't an alias attribute in your user pool, you can also use their sub in this request.
      • password

        public final String password()

        The password for the user.

        Returns:
        The password for the user.
      • permanent

        public final Boolean permanent()

        True if the password is permanent, False if it is temporary.

        Returns:
        True if the password is permanent, False if it is temporary.
      • 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