#[non_exhaustive]pub struct DeactivateUserInputBuilder { /* private fields */ }
Expand description
A builder for DeactivateUserInput
.
Implementations§
source§impl DeactivateUserInputBuilder
impl DeactivateUserInputBuilder
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The ID of the user.
sourcepub fn authentication_token(self, input: impl Into<String>) -> Self
pub fn authentication_token(self, input: impl Into<String>) -> Self
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn set_authentication_token(self, input: Option<String>) -> Self
pub fn set_authentication_token(self, input: Option<String>) -> Self
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API.
sourcepub fn build(self) -> Result<DeactivateUserInput, BuildError>
pub fn build(self) -> Result<DeactivateUserInput, BuildError>
Consumes the builder and constructs a DeactivateUserInput
.
Trait Implementations§
source§impl Clone for DeactivateUserInputBuilder
impl Clone for DeactivateUserInputBuilder
source§fn clone(&self) -> DeactivateUserInputBuilder
fn clone(&self) -> DeactivateUserInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeactivateUserInputBuilder
impl Debug for DeactivateUserInputBuilder
source§impl Default for DeactivateUserInputBuilder
impl Default for DeactivateUserInputBuilder
source§fn default() -> DeactivateUserInputBuilder
fn default() -> DeactivateUserInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeactivateUserInputBuilder> for DeactivateUserInputBuilder
impl PartialEq<DeactivateUserInputBuilder> for DeactivateUserInputBuilder
source§fn eq(&self, other: &DeactivateUserInputBuilder) -> bool
fn eq(&self, other: &DeactivateUserInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.