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