Struct aws_sdk_ses::input::VerifyDomainIdentityInput
source · #[non_exhaustive]pub struct VerifyDomainIdentityInput { /* private fields */ }
Expand description
Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.
Implementations§
source§impl VerifyDomainIdentityInput
impl VerifyDomainIdentityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VerifyDomainIdentity, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<VerifyDomainIdentity, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<VerifyDomainIdentity
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VerifyDomainIdentityInput
.
Trait Implementations§
source§impl Clone for VerifyDomainIdentityInput
impl Clone for VerifyDomainIdentityInput
source§fn clone(&self) -> VerifyDomainIdentityInput
fn clone(&self) -> VerifyDomainIdentityInput
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 VerifyDomainIdentityInput
impl Debug for VerifyDomainIdentityInput
source§impl PartialEq<VerifyDomainIdentityInput> for VerifyDomainIdentityInput
impl PartialEq<VerifyDomainIdentityInput> for VerifyDomainIdentityInput
source§fn eq(&self, other: &VerifyDomainIdentityInput) -> bool
fn eq(&self, other: &VerifyDomainIdentityInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.