Struct aws_sdk_supportapp::input::PutAccountAliasInput
source · #[non_exhaustive]pub struct PutAccountAliasInput { /* private fields */ }
Implementations§
source§impl PutAccountAliasInput
impl PutAccountAliasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountAlias, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutAccountAlias, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutAccountAlias
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutAccountAliasInput
.
source§impl PutAccountAliasInput
impl PutAccountAliasInput
sourcepub fn account_alias(&self) -> Option<&str>
pub fn account_alias(&self) -> Option<&str>
An alias or short name for an Amazon Web Services account.
Trait Implementations§
source§impl Clone for PutAccountAliasInput
impl Clone for PutAccountAliasInput
source§fn clone(&self) -> PutAccountAliasInput
fn clone(&self) -> PutAccountAliasInput
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 PutAccountAliasInput
impl Debug for PutAccountAliasInput
source§impl PartialEq<PutAccountAliasInput> for PutAccountAliasInput
impl PartialEq<PutAccountAliasInput> for PutAccountAliasInput
source§fn eq(&self, other: &PutAccountAliasInput) -> bool
fn eq(&self, other: &PutAccountAliasInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.