Struct aws_sdk_ses::input::DeleteReceiptFilterInput
source · #[non_exhaustive]pub struct DeleteReceiptFilterInput { /* private fields */ }
Expand description
Represents a request to delete an 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 DeleteReceiptFilterInput
impl DeleteReceiptFilterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReceiptFilter, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReceiptFilter, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteReceiptFilter
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReceiptFilterInput
.
source§impl DeleteReceiptFilterInput
impl DeleteReceiptFilterInput
sourcepub fn filter_name(&self) -> Option<&str>
pub fn filter_name(&self) -> Option<&str>
The name of the IP address filter to delete.
Trait Implementations§
source§impl Clone for DeleteReceiptFilterInput
impl Clone for DeleteReceiptFilterInput
source§fn clone(&self) -> DeleteReceiptFilterInput
fn clone(&self) -> DeleteReceiptFilterInput
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 DeleteReceiptFilterInput
impl Debug for DeleteReceiptFilterInput
source§impl PartialEq<DeleteReceiptFilterInput> for DeleteReceiptFilterInput
impl PartialEq<DeleteReceiptFilterInput> for DeleteReceiptFilterInput
source§fn eq(&self, other: &DeleteReceiptFilterInput) -> bool
fn eq(&self, other: &DeleteReceiptFilterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.