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