Struct aws_sdk_ses::input::ReorderReceiptRuleSetInput
source · #[non_exhaustive]pub struct ReorderReceiptRuleSetInput { /* private fields */ }
Expand description
Represents a request to reorder the receipt rules within a 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 ReorderReceiptRuleSetInput
impl ReorderReceiptRuleSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReorderReceiptRuleSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ReorderReceiptRuleSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ReorderReceiptRuleSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReorderReceiptRuleSetInput
.
source§impl ReorderReceiptRuleSetInput
impl ReorderReceiptRuleSetInput
sourcepub fn rule_set_name(&self) -> Option<&str>
pub fn rule_set_name(&self) -> Option<&str>
The name of the receipt rule set to reorder.
sourcepub fn rule_names(&self) -> Option<&[String]>
pub fn rule_names(&self) -> Option<&[String]>
A list of the specified receipt rule set's receipt rules in the order that you want to put them.
Trait Implementations§
source§impl Clone for ReorderReceiptRuleSetInput
impl Clone for ReorderReceiptRuleSetInput
source§fn clone(&self) -> ReorderReceiptRuleSetInput
fn clone(&self) -> ReorderReceiptRuleSetInput
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 ReorderReceiptRuleSetInput
impl Debug for ReorderReceiptRuleSetInput
source§impl PartialEq<ReorderReceiptRuleSetInput> for ReorderReceiptRuleSetInput
impl PartialEq<ReorderReceiptRuleSetInput> for ReorderReceiptRuleSetInput
source§fn eq(&self, other: &ReorderReceiptRuleSetInput) -> bool
fn eq(&self, other: &ReorderReceiptRuleSetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.