pub struct Builder { /* private fields */ }
Expand description
A builder for GetUserDetailsOutput
.
Implementations§
source§impl Builder
impl Builder
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
.