Struct aws_sdk_codecatalyst::operation::get_user_details::builders::GetUserDetailsOutputBuilder
source · #[non_exhaustive]pub struct GetUserDetailsOutputBuilder { /* private fields */ }
Expand description
A builder for GetUserDetailsOutput
.
Implementations§
source§impl GetUserDetailsOutputBuilder
impl GetUserDetailsOutputBuilder
sourcepub fn user_id(self, input: impl Into<String>) -> Self
pub fn user_id(self, input: impl Into<String>) -> Self
The system-generated unique ID of the user.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The system-generated unique ID of the user.
sourcepub fn user_name(self, input: impl Into<String>) -> Self
pub fn user_name(self, input: impl Into<String>) -> Self
The name of the user as displayed in Amazon CodeCatalyst.
sourcepub fn set_user_name(self, input: Option<String>) -> Self
pub fn set_user_name(self, input: Option<String>) -> Self
The name of the user as displayed in Amazon CodeCatalyst.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The friendly name displayed for the user in Amazon CodeCatalyst.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The friendly name displayed for the user in Amazon CodeCatalyst.
sourcepub fn primary_email(self, input: EmailAddress) -> Self
pub fn primary_email(self, input: EmailAddress) -> Self
The email address provided by the user when they signed up.
sourcepub fn set_primary_email(self, input: Option<EmailAddress>) -> Self
pub fn set_primary_email(self, input: Option<EmailAddress>) -> Self
The email address provided by the user when they signed up.
sourcepub fn set_version(self, input: Option<String>) -> Self
pub fn set_version(self, input: Option<String>) -> Self
sourcepub fn build(self) -> GetUserDetailsOutput
pub fn build(self) -> GetUserDetailsOutput
Consumes the builder and constructs a GetUserDetailsOutput
.
Trait Implementations§
source§impl Clone for GetUserDetailsOutputBuilder
impl Clone for GetUserDetailsOutputBuilder
source§fn clone(&self) -> GetUserDetailsOutputBuilder
fn clone(&self) -> GetUserDetailsOutputBuilder
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 GetUserDetailsOutputBuilder
impl Debug for GetUserDetailsOutputBuilder
source§impl Default for GetUserDetailsOutputBuilder
impl Default for GetUserDetailsOutputBuilder
source§fn default() -> GetUserDetailsOutputBuilder
fn default() -> GetUserDetailsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetUserDetailsOutputBuilder> for GetUserDetailsOutputBuilder
impl PartialEq<GetUserDetailsOutputBuilder> for GetUserDetailsOutputBuilder
source§fn eq(&self, other: &GetUserDetailsOutputBuilder) -> bool
fn eq(&self, other: &GetUserDetailsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.