Struct aws_sdk_workdocs::input::get_current_user_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetCurrentUserInput
.
Implementations§
source§impl Builder
impl Builder
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
.