#[non_exhaustive]pub struct UpdateUserSettingsInput { /* private fields */ }Implementations§
source§impl UpdateUserSettingsInput
impl UpdateUserSettingsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn user_settings(&self) -> Option<&UserSettings>
pub fn user_settings(&self) -> Option<&UserSettings>
The user settings to update.
source§impl UpdateUserSettingsInput
impl UpdateUserSettingsInput
sourcepub fn builder() -> UpdateUserSettingsInputBuilder
pub fn builder() -> UpdateUserSettingsInputBuilder
Creates a new builder-style object to manufacture UpdateUserSettingsInput.
source§impl UpdateUserSettingsInput
impl UpdateUserSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateUserSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateUserSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateUserSettings>
Trait Implementations§
source§impl Clone for UpdateUserSettingsInput
impl Clone for UpdateUserSettingsInput
source§fn clone(&self) -> UpdateUserSettingsInput
fn clone(&self) -> UpdateUserSettingsInput
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 UpdateUserSettingsInput
impl Debug for UpdateUserSettingsInput
source§impl PartialEq<UpdateUserSettingsInput> for UpdateUserSettingsInput
impl PartialEq<UpdateUserSettingsInput> for UpdateUserSettingsInput
source§fn eq(&self, other: &UpdateUserSettingsInput) -> bool
fn eq(&self, other: &UpdateUserSettingsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateUserSettingsInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateUserSettingsInput
impl Send for UpdateUserSettingsInput
impl Sync for UpdateUserSettingsInput
impl Unpin for UpdateUserSettingsInput
impl UnwindSafe for UpdateUserSettingsInput
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