Struct aws_sdk_codecatalyst::input::get_user_details_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for GetUserDetailsInput
.
Implementations§
source§impl Builder
impl Builder
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 build(self) -> Result<GetUserDetailsInput, BuildError>
pub fn build(self) -> Result<GetUserDetailsInput, BuildError>
Consumes the builder and constructs a GetUserDetailsInput
.