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