#[non_exhaustive]pub struct ActivateUserInputBuilder { /* private fields */ }
Expand description
A builder for ActivateUserInput
.
Implementations§
source§impl ActivateUserInputBuilder
impl ActivateUserInputBuilder
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<ActivateUserInput, BuildError>
pub fn build(self) -> Result<ActivateUserInput, BuildError>
Consumes the builder and constructs a ActivateUserInput
.
Trait Implementations§
source§impl Clone for ActivateUserInputBuilder
impl Clone for ActivateUserInputBuilder
source§fn clone(&self) -> ActivateUserInputBuilder
fn clone(&self) -> ActivateUserInputBuilder
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 ActivateUserInputBuilder
impl Debug for ActivateUserInputBuilder
source§impl Default for ActivateUserInputBuilder
impl Default for ActivateUserInputBuilder
source§fn default() -> ActivateUserInputBuilder
fn default() -> ActivateUserInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ActivateUserInputBuilder> for ActivateUserInputBuilder
impl PartialEq<ActivateUserInputBuilder> for ActivateUserInputBuilder
source§fn eq(&self, other: &ActivateUserInputBuilder) -> bool
fn eq(&self, other: &ActivateUserInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.