Struct aws_sdk_macie2::input::GetFindingsInput
source · [−]#[non_exhaustive]pub struct GetFindingsInput { /* private fields */ }
Implementations
sourceimpl 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetFindingsInput
.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for GetFindingsInput
impl Clone for GetFindingsInput
sourcefn clone(&self) -> GetFindingsInput
fn clone(&self) -> GetFindingsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetFindingsInput
impl Debug for GetFindingsInput
sourceimpl PartialEq<GetFindingsInput> for GetFindingsInput
impl PartialEq<GetFindingsInput> for GetFindingsInput
sourcefn eq(&self, other: &GetFindingsInput) -> bool
fn eq(&self, other: &GetFindingsInput) -> bool
impl StructuralPartialEq for GetFindingsInput
Auto Trait Implementations
impl RefUnwindSafe for GetFindingsInput
impl Send for GetFindingsInput
impl Sync for GetFindingsInput
impl Unpin for GetFindingsInput
impl UnwindSafe for GetFindingsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more