Struct aws_sdk_datazone::operation::update_user_profile::builders::UpdateUserProfileInputBuilder
source · #[non_exhaustive]pub struct UpdateUserProfileInputBuilder { /* private fields */ }
Expand description
A builder for UpdateUserProfileInput
.
Implementations§
source§impl UpdateUserProfileInputBuilder
impl UpdateUserProfileInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which a user profile is updated.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which a user profile is updated.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which a user profile is updated.
sourcepub fn user_identifier(self, input: impl Into<String>) -> Self
pub fn user_identifier(self, input: impl Into<String>) -> Self
The identifier of the user whose user profile is to be updated.
sourcepub fn set_user_identifier(self, input: Option<String>) -> Self
pub fn set_user_identifier(self, input: Option<String>) -> Self
The identifier of the user whose user profile is to be updated.
sourcepub fn get_user_identifier(&self) -> &Option<String>
pub fn get_user_identifier(&self) -> &Option<String>
The identifier of the user whose user profile is to be updated.
sourcepub fn type(self, input: UserProfileType) -> Self
pub fn type(self, input: UserProfileType) -> Self
The type of the user profile that are to be updated.
sourcepub fn set_type(self, input: Option<UserProfileType>) -> Self
pub fn set_type(self, input: Option<UserProfileType>) -> Self
The type of the user profile that are to be updated.
sourcepub fn get_type(&self) -> &Option<UserProfileType>
pub fn get_type(&self) -> &Option<UserProfileType>
The type of the user profile that are to be updated.
sourcepub fn status(self, input: UserProfileStatus) -> Self
pub fn status(self, input: UserProfileStatus) -> Self
The status of the user profile that are to be updated.
sourcepub fn set_status(self, input: Option<UserProfileStatus>) -> Self
pub fn set_status(self, input: Option<UserProfileStatus>) -> Self
The status of the user profile that are to be updated.
sourcepub fn get_status(&self) -> &Option<UserProfileStatus>
pub fn get_status(&self) -> &Option<UserProfileStatus>
The status of the user profile that are to be updated.
sourcepub fn build(self) -> Result<UpdateUserProfileInput, BuildError>
pub fn build(self) -> Result<UpdateUserProfileInput, BuildError>
Consumes the builder and constructs a UpdateUserProfileInput
.
source§impl UpdateUserProfileInputBuilder
impl UpdateUserProfileInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateUserProfileOutput, SdkError<UpdateUserProfileError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateUserProfileOutput, SdkError<UpdateUserProfileError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateUserProfileInputBuilder
impl Clone for UpdateUserProfileInputBuilder
source§fn clone(&self) -> UpdateUserProfileInputBuilder
fn clone(&self) -> UpdateUserProfileInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateUserProfileInputBuilder
impl Default for UpdateUserProfileInputBuilder
source§fn default() -> UpdateUserProfileInputBuilder
fn default() -> UpdateUserProfileInputBuilder
source§impl PartialEq for UpdateUserProfileInputBuilder
impl PartialEq for UpdateUserProfileInputBuilder
source§fn eq(&self, other: &UpdateUserProfileInputBuilder) -> bool
fn eq(&self, other: &UpdateUserProfileInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.