Struct aws_sdk_ses::input::VerifyEmailAddressInput
source · #[non_exhaustive]pub struct VerifyEmailAddressInput { /* private fields */ }
Expand description
Represents a request to begin email address verification with Amazon SES. For information about email address verification, see the Amazon SES Developer Guide.
Implementations§
source§impl VerifyEmailAddressInput
impl VerifyEmailAddressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VerifyEmailAddress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VerifyEmailAddress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<VerifyEmailAddress
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifyEmailAddressInput
.
source§impl VerifyEmailAddressInput
impl VerifyEmailAddressInput
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
The email address to be verified.
Trait Implementations§
source§impl Clone for VerifyEmailAddressInput
impl Clone for VerifyEmailAddressInput
source§fn clone(&self) -> VerifyEmailAddressInput
fn clone(&self) -> VerifyEmailAddressInput
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 VerifyEmailAddressInput
impl Debug for VerifyEmailAddressInput
source§impl PartialEq<VerifyEmailAddressInput> for VerifyEmailAddressInput
impl PartialEq<VerifyEmailAddressInput> for VerifyEmailAddressInput
source§fn eq(&self, other: &VerifyEmailAddressInput) -> bool
fn eq(&self, other: &VerifyEmailAddressInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.