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