#[non_exhaustive]pub struct DeleteVerifiedEmailAddressInput { /* private fields */ }
Expand description
Represents a request to delete an email address from the list of email addresses you have attempted to verify under your AWS account.
Implementations§
source§impl DeleteVerifiedEmailAddressInput
impl DeleteVerifiedEmailAddressInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVerifiedEmailAddress, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteVerifiedEmailAddress, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteVerifiedEmailAddress
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteVerifiedEmailAddressInput
.
source§impl DeleteVerifiedEmailAddressInput
impl DeleteVerifiedEmailAddressInput
sourcepub fn email_address(&self) -> Option<&str>
pub fn email_address(&self) -> Option<&str>
An email address to be removed from the list of verified addresses.
Trait Implementations§
source§impl Clone for DeleteVerifiedEmailAddressInput
impl Clone for DeleteVerifiedEmailAddressInput
source§fn clone(&self) -> DeleteVerifiedEmailAddressInput
fn clone(&self) -> DeleteVerifiedEmailAddressInput
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<DeleteVerifiedEmailAddressInput> for DeleteVerifiedEmailAddressInput
impl PartialEq<DeleteVerifiedEmailAddressInput> for DeleteVerifiedEmailAddressInput
source§fn eq(&self, other: &DeleteVerifiedEmailAddressInput) -> bool
fn eq(&self, other: &DeleteVerifiedEmailAddressInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.