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