Struct aws_sdk_chime::operation::update_user_settings::builders::UpdateUserSettingsInputBuilder
source · #[non_exhaustive]pub struct UpdateUserSettingsInputBuilder { /* private fields */ }Expand description
A builder for UpdateUserSettingsInput.
Implementations§
source§impl UpdateUserSettingsInputBuilder
impl UpdateUserSettingsInputBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Chime account ID.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The user ID.
sourcepub fn user_settings(self, input: UserSettings) -> Self
pub fn user_settings(self, input: UserSettings) -> Self
The user settings to update.
sourcepub fn set_user_settings(self, input: Option<UserSettings>) -> Self
pub fn set_user_settings(self, input: Option<UserSettings>) -> Self
The user settings to update.
sourcepub fn build(self) -> Result<UpdateUserSettingsInput, BuildError>
pub fn build(self) -> Result<UpdateUserSettingsInput, BuildError>
Consumes the builder and constructs a UpdateUserSettingsInput.
Trait Implementations§
source§impl Clone for UpdateUserSettingsInputBuilder
impl Clone for UpdateUserSettingsInputBuilder
source§fn clone(&self) -> UpdateUserSettingsInputBuilder
fn clone(&self) -> UpdateUserSettingsInputBuilder
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 UpdateUserSettingsInputBuilder
impl Default for UpdateUserSettingsInputBuilder
source§fn default() -> UpdateUserSettingsInputBuilder
fn default() -> UpdateUserSettingsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateUserSettingsInputBuilder> for UpdateUserSettingsInputBuilder
impl PartialEq<UpdateUserSettingsInputBuilder> for UpdateUserSettingsInputBuilder
source§fn eq(&self, other: &UpdateUserSettingsInputBuilder) -> bool
fn eq(&self, other: &UpdateUserSettingsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateUserSettingsInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserSettingsInputBuilder
impl Send for UpdateUserSettingsInputBuilder
impl Sync for UpdateUserSettingsInputBuilder
impl Unpin for UpdateUserSettingsInputBuilder
impl UnwindSafe for UpdateUserSettingsInputBuilder
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