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