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