#[non_exhaustive]pub struct GetIdentityMailFromDomainAttributesInput { /* private fields */ }
Expand description
Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.
Implementations§
source§impl GetIdentityMailFromDomainAttributesInput
impl GetIdentityMailFromDomainAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityMailFromDomainAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityMailFromDomainAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIdentityMailFromDomainAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIdentityMailFromDomainAttributesInput
.
source§impl GetIdentityMailFromDomainAttributesInput
impl GetIdentityMailFromDomainAttributesInput
sourcepub fn identities(&self) -> Option<&[String]>
pub fn identities(&self) -> Option<&[String]>
A list of one or more identities.
Trait Implementations§
source§impl Clone for GetIdentityMailFromDomainAttributesInput
impl Clone for GetIdentityMailFromDomainAttributesInput
source§fn clone(&self) -> GetIdentityMailFromDomainAttributesInput
fn clone(&self) -> GetIdentityMailFromDomainAttributesInput
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<GetIdentityMailFromDomainAttributesInput> for GetIdentityMailFromDomainAttributesInput
impl PartialEq<GetIdentityMailFromDomainAttributesInput> for GetIdentityMailFromDomainAttributesInput
source§fn eq(&self, other: &GetIdentityMailFromDomainAttributesInput) -> bool
fn eq(&self, other: &GetIdentityMailFromDomainAttributesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.