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