Struct aws_sdk_codecatalyst::output::GetUserDetailsOutput
source · #[non_exhaustive]pub struct GetUserDetailsOutput { /* private fields */ }
Implementations§
source§impl GetUserDetailsOutput
impl GetUserDetailsOutput
sourcepub fn user_name(&self) -> Option<&str>
pub fn user_name(&self) -> Option<&str>
The name of the user as displayed in Amazon CodeCatalyst.
sourcepub fn display_name(&self) -> Option<&str>
pub fn display_name(&self) -> Option<&str>
The friendly name displayed for the user in Amazon CodeCatalyst.
sourcepub fn primary_email(&self) -> Option<&EmailAddress>
pub fn primary_email(&self) -> Option<&EmailAddress>
The email address provided by the user when they signed up.
source§impl GetUserDetailsOutput
impl GetUserDetailsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUserDetailsOutput
.
Trait Implementations§
source§impl Clone for GetUserDetailsOutput
impl Clone for GetUserDetailsOutput
source§fn clone(&self) -> GetUserDetailsOutput
fn clone(&self) -> GetUserDetailsOutput
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 GetUserDetailsOutput
impl Debug for GetUserDetailsOutput
source§impl PartialEq<GetUserDetailsOutput> for GetUserDetailsOutput
impl PartialEq<GetUserDetailsOutput> for GetUserDetailsOutput
source§fn eq(&self, other: &GetUserDetailsOutput) -> bool
fn eq(&self, other: &GetUserDetailsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.