Struct aws_sdk_workmail::input::delete_alias_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DeleteAliasInput
Implementations
The identifier for the organization under which the user exists.
The identifier for the organization under which the user exists.
The identifier for the member (user or group) from which to have the aliases removed.
The identifier for the member (user or group) from which to have the aliases removed.
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
The aliases to be removed from the user's set of aliases. Duplicate entries in the list are collapsed into single entries (the list is transformed into a set).
Consumes the builder and constructs a DeleteAliasInput
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