Struct aws_sdk_chime::input::UpdateAccountSettingsInput
source · [−]#[non_exhaustive]pub struct UpdateAccountSettingsInput { /* private fields */ }Implementations
sourceimpl UpdateAccountSettingsInput
impl UpdateAccountSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAccountSettings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAccountSettingsInput.
sourceimpl UpdateAccountSettingsInput
impl UpdateAccountSettingsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn account_settings(&self) -> Option<&AccountSettings>
pub fn account_settings(&self) -> Option<&AccountSettings>
The Amazon Chime account settings to update.
Trait Implementations
sourceimpl Clone for UpdateAccountSettingsInput
impl Clone for UpdateAccountSettingsInput
sourcefn clone(&self) -> UpdateAccountSettingsInput
fn clone(&self) -> UpdateAccountSettingsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for UpdateAccountSettingsInput
impl Debug for UpdateAccountSettingsInput
sourceimpl PartialEq<UpdateAccountSettingsInput> for UpdateAccountSettingsInput
impl PartialEq<UpdateAccountSettingsInput> for UpdateAccountSettingsInput
sourcefn eq(&self, other: &UpdateAccountSettingsInput) -> bool
fn eq(&self, other: &UpdateAccountSettingsInput) -> bool
impl StructuralPartialEq for UpdateAccountSettingsInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateAccountSettingsInput
impl Send for UpdateAccountSettingsInput
impl Sync for UpdateAccountSettingsInput
impl Unpin for UpdateAccountSettingsInput
impl UnwindSafe for UpdateAccountSettingsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more