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