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