Struct aws_sdk_macie2::input::DeleteFindingsFilterInput
source · #[non_exhaustive]pub struct DeleteFindingsFilterInput { /* private fields */ }
Implementations§
source§impl DeleteFindingsFilterInput
impl DeleteFindingsFilterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFindingsFilter, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFindingsFilter, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFindingsFilter
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFindingsFilterInput
.
Trait Implementations§
source§impl Clone for DeleteFindingsFilterInput
impl Clone for DeleteFindingsFilterInput
source§fn clone(&self) -> DeleteFindingsFilterInput
fn clone(&self) -> DeleteFindingsFilterInput
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 DeleteFindingsFilterInput
impl Debug for DeleteFindingsFilterInput
source§impl PartialEq<DeleteFindingsFilterInput> for DeleteFindingsFilterInput
impl PartialEq<DeleteFindingsFilterInput> for DeleteFindingsFilterInput
source§fn eq(&self, other: &DeleteFindingsFilterInput) -> bool
fn eq(&self, other: &DeleteFindingsFilterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.