Struct aws_sdk_macie2::operation::list_classification_jobs::builders::ListClassificationJobsOutputBuilder
source · #[non_exhaustive]pub struct ListClassificationJobsOutputBuilder { /* private fields */ }Expand description
A builder for ListClassificationJobsOutput.
Implementations§
source§impl ListClassificationJobsOutputBuilder
impl ListClassificationJobsOutputBuilder
sourcepub fn items(self, input: JobSummary) -> Self
pub fn items(self, input: JobSummary) -> Self
Appends an item to items.
To override the contents of this collection use set_items.
An array of objects, one for each job that matches the filter criteria specified in the request.
sourcepub fn set_items(self, input: Option<Vec<JobSummary>>) -> Self
pub fn set_items(self, input: Option<Vec<JobSummary>>) -> Self
An array of objects, one for each job that matches the filter criteria specified in the request.
sourcepub fn get_items(&self) -> &Option<Vec<JobSummary>>
pub fn get_items(&self) -> &Option<Vec<JobSummary>>
An array of objects, one for each job that matches the filter criteria specified in the request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn build(self) -> ListClassificationJobsOutput
pub fn build(self) -> ListClassificationJobsOutput
Consumes the builder and constructs a ListClassificationJobsOutput.
Trait Implementations§
source§impl Clone for ListClassificationJobsOutputBuilder
impl Clone for ListClassificationJobsOutputBuilder
source§fn clone(&self) -> ListClassificationJobsOutputBuilder
fn clone(&self) -> ListClassificationJobsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ListClassificationJobsOutputBuilder
impl Default for ListClassificationJobsOutputBuilder
source§fn default() -> ListClassificationJobsOutputBuilder
fn default() -> ListClassificationJobsOutputBuilder
source§impl PartialEq for ListClassificationJobsOutputBuilder
impl PartialEq for ListClassificationJobsOutputBuilder
source§fn eq(&self, other: &ListClassificationJobsOutputBuilder) -> bool
fn eq(&self, other: &ListClassificationJobsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.