Struct aws_sdk_chatbot::operation::update_account_preferences::builders::UpdateAccountPreferencesOutputBuilder
source · #[non_exhaustive]pub struct UpdateAccountPreferencesOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAccountPreferencesOutput.
Implementations§
source§impl UpdateAccountPreferencesOutputBuilder
impl UpdateAccountPreferencesOutputBuilder
sourcepub fn account_preferences(self, input: AccountPreferences) -> Self
pub fn account_preferences(self, input: AccountPreferences) -> Self
Preferences which apply for AWS Chatbot usage in the calling AWS account.
sourcepub fn set_account_preferences(self, input: Option<AccountPreferences>) -> Self
pub fn set_account_preferences(self, input: Option<AccountPreferences>) -> Self
Preferences which apply for AWS Chatbot usage in the calling AWS account.
sourcepub fn get_account_preferences(&self) -> &Option<AccountPreferences>
pub fn get_account_preferences(&self) -> &Option<AccountPreferences>
Preferences which apply for AWS Chatbot usage in the calling AWS account.
sourcepub fn build(self) -> UpdateAccountPreferencesOutput
pub fn build(self) -> UpdateAccountPreferencesOutput
Consumes the builder and constructs a UpdateAccountPreferencesOutput.
Trait Implementations§
source§impl Clone for UpdateAccountPreferencesOutputBuilder
impl Clone for UpdateAccountPreferencesOutputBuilder
source§fn clone(&self) -> UpdateAccountPreferencesOutputBuilder
fn clone(&self) -> UpdateAccountPreferencesOutputBuilder
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 UpdateAccountPreferencesOutputBuilder
impl Default for UpdateAccountPreferencesOutputBuilder
source§fn default() -> UpdateAccountPreferencesOutputBuilder
fn default() -> UpdateAccountPreferencesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAccountPreferencesOutputBuilder
impl PartialEq for UpdateAccountPreferencesOutputBuilder
source§fn eq(&self, other: &UpdateAccountPreferencesOutputBuilder) -> bool
fn eq(&self, other: &UpdateAccountPreferencesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateAccountPreferencesOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateAccountPreferencesOutputBuilder
impl RefUnwindSafe for UpdateAccountPreferencesOutputBuilder
impl Send for UpdateAccountPreferencesOutputBuilder
impl Sync for UpdateAccountPreferencesOutputBuilder
impl Unpin for UpdateAccountPreferencesOutputBuilder
impl UnwindSafe for UpdateAccountPreferencesOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.