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