Struct aws_sdk_macie2::input::ListClassificationJobsInput
source · #[non_exhaustive]pub struct ListClassificationJobsInput { /* private fields */ }
Implementations§
source§impl ListClassificationJobsInput
impl ListClassificationJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListClassificationJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListClassificationJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListClassificationJobs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListClassificationJobsInput
.
source§impl ListClassificationJobsInput
impl ListClassificationJobsInput
sourcepub fn filter_criteria(&self) -> Option<&ListJobsFilterCriteria>
pub fn filter_criteria(&self) -> Option<&ListJobsFilterCriteria>
The criteria to use to filter the results.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of items to include in each page of the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string that specifies which page of results to return in a paginated response.
sourcepub fn sort_criteria(&self) -> Option<&ListJobsSortCriteria>
pub fn sort_criteria(&self) -> Option<&ListJobsSortCriteria>
The criteria to use to sort the results.
Trait Implementations§
source§impl Clone for ListClassificationJobsInput
impl Clone for ListClassificationJobsInput
source§fn clone(&self) -> ListClassificationJobsInput
fn clone(&self) -> ListClassificationJobsInput
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 ListClassificationJobsInput
impl Debug for ListClassificationJobsInput
source§impl PartialEq<ListClassificationJobsInput> for ListClassificationJobsInput
impl PartialEq<ListClassificationJobsInput> for ListClassificationJobsInput
source§fn eq(&self, other: &ListClassificationJobsInput) -> bool
fn eq(&self, other: &ListClassificationJobsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.