Struct aws_sdk_supportapp::input::DeleteAccountAliasInput
source · #[non_exhaustive]pub struct DeleteAccountAliasInput {}
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteAccountAliasInput
.
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 ==
.