Struct aws_sdk_batch::operation::list_jobs::builders::ListJobsOutputBuilder
source · #[non_exhaustive]pub struct ListJobsOutputBuilder { /* private fields */ }Expand description
A builder for ListJobsOutput.
Implementations§
source§impl ListJobsOutputBuilder
impl ListJobsOutputBuilder
sourcepub fn job_summary_list(self, input: JobSummary) -> Self
pub fn job_summary_list(self, input: JobSummary) -> Self
Appends an item to job_summary_list.
To override the contents of this collection use set_job_summary_list.
A list of job summaries that match the request.
sourcepub fn set_job_summary_list(self, input: Option<Vec<JobSummary>>) -> Self
pub fn set_job_summary_list(self, input: Option<Vec<JobSummary>>) -> Self
A list of job summaries that match the request.
sourcepub fn get_job_summary_list(&self) -> &Option<Vec<JobSummary>>
pub fn get_job_summary_list(&self) -> &Option<Vec<JobSummary>>
A list of job summaries that match the request.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The nextToken value to include in a future ListJobs request. When the results of a ListJobs request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The nextToken value to include in a future ListJobs request. When the results of a ListJobs request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The nextToken value to include in a future ListJobs request. When the results of a ListJobs request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
sourcepub fn build(self) -> ListJobsOutput
pub fn build(self) -> ListJobsOutput
Consumes the builder and constructs a ListJobsOutput.
Trait Implementations§
source§impl Clone for ListJobsOutputBuilder
impl Clone for ListJobsOutputBuilder
source§fn clone(&self) -> ListJobsOutputBuilder
fn clone(&self) -> ListJobsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListJobsOutputBuilder
impl Debug for ListJobsOutputBuilder
source§impl Default for ListJobsOutputBuilder
impl Default for ListJobsOutputBuilder
source§fn default() -> ListJobsOutputBuilder
fn default() -> ListJobsOutputBuilder
source§impl PartialEq for ListJobsOutputBuilder
impl PartialEq for ListJobsOutputBuilder
source§fn eq(&self, other: &ListJobsOutputBuilder) -> bool
fn eq(&self, other: &ListJobsOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.