Struct aws_sdk_ses::input::SetActiveReceiptRuleSetInput
source · #[non_exhaustive]pub struct SetActiveReceiptRuleSetInput { /* private fields */ }
Expand description
Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Implementations§
source§impl SetActiveReceiptRuleSetInput
impl SetActiveReceiptRuleSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetActiveReceiptRuleSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetActiveReceiptRuleSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetActiveReceiptRuleSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetActiveReceiptRuleSetInput
.
source§impl SetActiveReceiptRuleSetInput
impl SetActiveReceiptRuleSetInput
sourcepub fn rule_set_name(&self) -> Option<&str>
pub fn rule_set_name(&self) -> Option<&str>
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
Trait Implementations§
source§impl Clone for SetActiveReceiptRuleSetInput
impl Clone for SetActiveReceiptRuleSetInput
source§fn clone(&self) -> SetActiveReceiptRuleSetInput
fn clone(&self) -> SetActiveReceiptRuleSetInput
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 SetActiveReceiptRuleSetInput
impl Debug for SetActiveReceiptRuleSetInput
source§impl PartialEq<SetActiveReceiptRuleSetInput> for SetActiveReceiptRuleSetInput
impl PartialEq<SetActiveReceiptRuleSetInput> for SetActiveReceiptRuleSetInput
source§fn eq(&self, other: &SetActiveReceiptRuleSetInput) -> bool
fn eq(&self, other: &SetActiveReceiptRuleSetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.