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