Struct aws_sdk_batch::operation::describe_job_definitions::builders::DescribeJobDefinitionsOutputBuilder
source · #[non_exhaustive]pub struct DescribeJobDefinitionsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeJobDefinitionsOutput
.
Implementations§
source§impl DescribeJobDefinitionsOutputBuilder
impl DescribeJobDefinitionsOutputBuilder
sourcepub fn job_definitions(self, input: JobDefinition) -> Self
pub fn job_definitions(self, input: JobDefinition) -> Self
Appends an item to job_definitions
.
To override the contents of this collection use set_job_definitions
.
The list of job definitions.
sourcepub fn set_job_definitions(self, input: Option<Vec<JobDefinition>>) -> Self
pub fn set_job_definitions(self, input: Option<Vec<JobDefinition>>) -> Self
The list of job definitions.
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 DescribeJobDefinitions
request. When the results of a DescribeJobDefinitions
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 DescribeJobDefinitions
request. When the results of a DescribeJobDefinitions
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) -> DescribeJobDefinitionsOutput
pub fn build(self) -> DescribeJobDefinitionsOutput
Consumes the builder and constructs a DescribeJobDefinitionsOutput
.
Trait Implementations§
source§impl Clone for DescribeJobDefinitionsOutputBuilder
impl Clone for DescribeJobDefinitionsOutputBuilder
source§fn clone(&self) -> DescribeJobDefinitionsOutputBuilder
fn clone(&self) -> DescribeJobDefinitionsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeJobDefinitionsOutputBuilder
impl Default for DescribeJobDefinitionsOutputBuilder
source§fn default() -> DescribeJobDefinitionsOutputBuilder
fn default() -> DescribeJobDefinitionsOutputBuilder
source§impl PartialEq<DescribeJobDefinitionsOutputBuilder> for DescribeJobDefinitionsOutputBuilder
impl PartialEq<DescribeJobDefinitionsOutputBuilder> for DescribeJobDefinitionsOutputBuilder
source§fn eq(&self, other: &DescribeJobDefinitionsOutputBuilder) -> bool
fn eq(&self, other: &DescribeJobDefinitionsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.