#[non_exhaustive]pub struct PutAccountAliasInput { /* private fields */ }
Implementations§
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.
source§impl PutAccountAliasInput
impl PutAccountAliasInput
sourcepub fn builder() -> PutAccountAliasInputBuilder
pub fn builder() -> PutAccountAliasInputBuilder
Creates a new builder-style object to manufacture PutAccountAliasInput
.
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
>
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 ==
.impl StructuralPartialEq for PutAccountAliasInput
Auto Trait Implementations§
impl RefUnwindSafe for PutAccountAliasInput
impl Send for PutAccountAliasInput
impl Sync for PutAccountAliasInput
impl Unpin for PutAccountAliasInput
impl UnwindSafe for PutAccountAliasInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more