Struct aws_sdk_ses::input::SetIdentityDkimEnabledInput
source · #[non_exhaustive]pub struct SetIdentityDkimEnabledInput { /* private fields */ }
Expand description
Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.
Implementations§
source§impl SetIdentityDkimEnabledInput
impl SetIdentityDkimEnabledInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetIdentityDkimEnabled, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetIdentityDkimEnabled, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetIdentityDkimEnabled
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetIdentityDkimEnabledInput
.
Trait Implementations§
source§impl Clone for SetIdentityDkimEnabledInput
impl Clone for SetIdentityDkimEnabledInput
source§fn clone(&self) -> SetIdentityDkimEnabledInput
fn clone(&self) -> SetIdentityDkimEnabledInput
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 SetIdentityDkimEnabledInput
impl Debug for SetIdentityDkimEnabledInput
source§impl PartialEq<SetIdentityDkimEnabledInput> for SetIdentityDkimEnabledInput
impl PartialEq<SetIdentityDkimEnabledInput> for SetIdentityDkimEnabledInput
source§fn eq(&self, other: &SetIdentityDkimEnabledInput) -> bool
fn eq(&self, other: &SetIdentityDkimEnabledInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.