Struct aws_sdk_sagemaker::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 set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The domain ID.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The domain ID.
sourcepub fn user_profile_name(self, input: impl Into<String>) -> Self
pub fn user_profile_name(self, input: impl Into<String>) -> Self
The user profile name.
sourcepub fn set_user_profile_name(self, input: Option<String>) -> Self
pub fn set_user_profile_name(self, input: Option<String>) -> Self
The user profile name.
sourcepub fn get_user_profile_name(&self) -> &Option<String>
pub fn get_user_profile_name(&self) -> &Option<String>
The user profile name.
sourcepub fn user_settings(self, input: UserSettings) -> Self
pub fn user_settings(self, input: UserSettings) -> Self
A collection of settings.
sourcepub fn set_user_settings(self, input: Option<UserSettings>) -> Self
pub fn set_user_settings(self, input: Option<UserSettings>) -> Self
A collection of settings.
sourcepub fn get_user_settings(&self) -> &Option<UserSettings>
pub fn get_user_settings(&self) -> &Option<UserSettings>
A collection of settings.
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
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 Default for UpdateUserProfileInputBuilder
impl Default for UpdateUserProfileInputBuilder
source§fn default() -> UpdateUserProfileInputBuilder
fn default() -> UpdateUserProfileInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateUserProfileInputBuilder> for UpdateUserProfileInputBuilder
impl PartialEq<UpdateUserProfileInputBuilder> for UpdateUserProfileInputBuilder
source§fn eq(&self, other: &UpdateUserProfileInputBuilder) -> bool
fn eq(&self, other: &UpdateUserProfileInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateUserProfileInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserProfileInputBuilder
impl Send for UpdateUserProfileInputBuilder
impl Sync for UpdateUserProfileInputBuilder
impl Unpin for UpdateUserProfileInputBuilder
impl UnwindSafe for UpdateUserProfileInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more