Struct aws_sdk_macie2::operation::get_findings::GetFindingsInput
source · #[non_exhaustive]pub struct GetFindingsInput { /* private fields */ }
Implementations§
source§impl GetFindingsInput
impl GetFindingsInput
sourcepub fn finding_ids(&self) -> Option<&[String]>
pub fn finding_ids(&self) -> Option<&[String]>
An array of strings that lists the unique identifiers for the findings to retrieve. You can specify as many as 50 unique identifiers in this array.
sourcepub fn sort_criteria(&self) -> Option<&SortCriteria>
pub fn sort_criteria(&self) -> Option<&SortCriteria>
The criteria for sorting the results of the request.
source§impl GetFindingsInput
impl GetFindingsInput
sourcepub fn builder() -> GetFindingsInputBuilder
pub fn builder() -> GetFindingsInputBuilder
Creates a new builder-style object to manufacture GetFindingsInput
.
source§impl GetFindingsInput
impl GetFindingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetFindings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetFindings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetFindings
>
Trait Implementations§
source§impl Clone for GetFindingsInput
impl Clone for GetFindingsInput
source§fn clone(&self) -> GetFindingsInput
fn clone(&self) -> GetFindingsInput
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 GetFindingsInput
impl Debug for GetFindingsInput
source§impl PartialEq<GetFindingsInput> for GetFindingsInput
impl PartialEq<GetFindingsInput> for GetFindingsInput
source§fn eq(&self, other: &GetFindingsInput) -> bool
fn eq(&self, other: &GetFindingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.