#[non_exhaustive]pub struct DisassociateUserSettingsInput { /* private fields */ }
Implementations§
source§impl DisassociateUserSettingsInput
impl DisassociateUserSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateUserSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateUserSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateUserSettings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateUserSettingsInput
.
source§impl DisassociateUserSettingsInput
impl DisassociateUserSettingsInput
sourcepub fn portal_arn(&self) -> Option<&str>
pub fn portal_arn(&self) -> Option<&str>
The ARN of the web portal.
Trait Implementations§
source§impl Clone for DisassociateUserSettingsInput
impl Clone for DisassociateUserSettingsInput
source§fn clone(&self) -> DisassociateUserSettingsInput
fn clone(&self) -> DisassociateUserSettingsInput
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 PartialEq<DisassociateUserSettingsInput> for DisassociateUserSettingsInput
impl PartialEq<DisassociateUserSettingsInput> for DisassociateUserSettingsInput
source§fn eq(&self, other: &DisassociateUserSettingsInput) -> bool
fn eq(&self, other: &DisassociateUserSettingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.