#[non_exhaustive]pub struct BatchGetJobsOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetJobsOutput.
Implementations§
source§impl BatchGetJobsOutputBuilder
impl BatchGetJobsOutputBuilder
sourcepub fn jobs(self, input: Job) -> Self
pub fn jobs(self, input: Job) -> Self
Appends an item to jobs.
To override the contents of this collection use set_jobs.
A list of job definitions.
sourcepub fn jobs_not_found(self, input: impl Into<String>) -> Self
pub fn jobs_not_found(self, input: impl Into<String>) -> Self
Appends an item to jobs_not_found.
To override the contents of this collection use set_jobs_not_found.
A list of names of jobs not found.
sourcepub fn set_jobs_not_found(self, input: Option<Vec<String>>) -> Self
pub fn set_jobs_not_found(self, input: Option<Vec<String>>) -> Self
A list of names of jobs not found.
sourcepub fn get_jobs_not_found(&self) -> &Option<Vec<String>>
pub fn get_jobs_not_found(&self) -> &Option<Vec<String>>
A list of names of jobs not found.
sourcepub fn build(self) -> BatchGetJobsOutput
pub fn build(self) -> BatchGetJobsOutput
Consumes the builder and constructs a BatchGetJobsOutput.
Trait Implementations§
source§impl Clone for BatchGetJobsOutputBuilder
impl Clone for BatchGetJobsOutputBuilder
source§fn clone(&self) -> BatchGetJobsOutputBuilder
fn clone(&self) -> BatchGetJobsOutputBuilder
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 BatchGetJobsOutputBuilder
impl Debug for BatchGetJobsOutputBuilder
source§impl Default for BatchGetJobsOutputBuilder
impl Default for BatchGetJobsOutputBuilder
source§fn default() -> BatchGetJobsOutputBuilder
fn default() -> BatchGetJobsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<BatchGetJobsOutputBuilder> for BatchGetJobsOutputBuilder
impl PartialEq<BatchGetJobsOutputBuilder> for BatchGetJobsOutputBuilder
source§fn eq(&self, other: &BatchGetJobsOutputBuilder) -> bool
fn eq(&self, other: &BatchGetJobsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetJobsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchGetJobsOutputBuilder
impl Send for BatchGetJobsOutputBuilder
impl Sync for BatchGetJobsOutputBuilder
impl Unpin for BatchGetJobsOutputBuilder
impl UnwindSafe for BatchGetJobsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more