Struct aws_sdk_ses::input::CreateReceiptFilterInput
source · #[non_exhaustive]pub struct CreateReceiptFilterInput { /* private fields */ }
Expand description
Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Implementations§
source§impl CreateReceiptFilterInput
impl CreateReceiptFilterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateReceiptFilter, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateReceiptFilter, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateReceiptFilter
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateReceiptFilterInput
.
source§impl CreateReceiptFilterInput
impl CreateReceiptFilterInput
sourcepub fn filter(&self) -> Option<&ReceiptFilter>
pub fn filter(&self) -> Option<&ReceiptFilter>
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
Trait Implementations§
source§impl Clone for CreateReceiptFilterInput
impl Clone for CreateReceiptFilterInput
source§fn clone(&self) -> CreateReceiptFilterInput
fn clone(&self) -> CreateReceiptFilterInput
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 CreateReceiptFilterInput
impl Debug for CreateReceiptFilterInput
source§impl PartialEq<CreateReceiptFilterInput> for CreateReceiptFilterInput
impl PartialEq<CreateReceiptFilterInput> for CreateReceiptFilterInput
source§fn eq(&self, other: &CreateReceiptFilterInput) -> bool
fn eq(&self, other: &CreateReceiptFilterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.