Struct aws_sdk_workmail::input::reset_password_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ResetPasswordInput
Implementations
The identifier of the organization that contains the user for which the password is reset.
The identifier of the organization that contains the user for which the password is reset.
The identifier of the user for whom the password is reset.
The identifier of the user for whom the password is reset.
The new password for the user.
Consumes the builder and constructs a ResetPasswordInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more