Struct aws_sdk_robomaker::operation::batch_describe_simulation_job::builders::BatchDescribeSimulationJobOutputBuilder
source · #[non_exhaustive]pub struct BatchDescribeSimulationJobOutputBuilder { /* private fields */ }Expand description
A builder for BatchDescribeSimulationJobOutput.
Implementations§
source§impl BatchDescribeSimulationJobOutputBuilder
impl BatchDescribeSimulationJobOutputBuilder
sourcepub fn jobs(self, input: SimulationJob) -> Self
pub fn jobs(self, input: SimulationJob) -> Self
Appends an item to jobs.
To override the contents of this collection use set_jobs.
A list of simulation jobs.
sourcepub fn set_jobs(self, input: Option<Vec<SimulationJob>>) -> Self
pub fn set_jobs(self, input: Option<Vec<SimulationJob>>) -> Self
A list of simulation jobs.
sourcepub fn get_jobs(&self) -> &Option<Vec<SimulationJob>>
pub fn get_jobs(&self) -> &Option<Vec<SimulationJob>>
A list of simulation jobs.
sourcepub fn unprocessed_jobs(self, input: impl Into<String>) -> Self
pub fn unprocessed_jobs(self, input: impl Into<String>) -> Self
Appends an item to unprocessed_jobs.
To override the contents of this collection use set_unprocessed_jobs.
A list of unprocessed simulation job Amazon Resource Names (ARNs).
sourcepub fn set_unprocessed_jobs(self, input: Option<Vec<String>>) -> Self
pub fn set_unprocessed_jobs(self, input: Option<Vec<String>>) -> Self
A list of unprocessed simulation job Amazon Resource Names (ARNs).
sourcepub fn get_unprocessed_jobs(&self) -> &Option<Vec<String>>
pub fn get_unprocessed_jobs(&self) -> &Option<Vec<String>>
A list of unprocessed simulation job Amazon Resource Names (ARNs).
sourcepub fn build(self) -> BatchDescribeSimulationJobOutput
pub fn build(self) -> BatchDescribeSimulationJobOutput
Consumes the builder and constructs a BatchDescribeSimulationJobOutput.
Trait Implementations§
source§impl Clone for BatchDescribeSimulationJobOutputBuilder
impl Clone for BatchDescribeSimulationJobOutputBuilder
source§fn clone(&self) -> BatchDescribeSimulationJobOutputBuilder
fn clone(&self) -> BatchDescribeSimulationJobOutputBuilder
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 Default for BatchDescribeSimulationJobOutputBuilder
impl Default for BatchDescribeSimulationJobOutputBuilder
source§fn default() -> BatchDescribeSimulationJobOutputBuilder
fn default() -> BatchDescribeSimulationJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchDescribeSimulationJobOutputBuilder
impl PartialEq for BatchDescribeSimulationJobOutputBuilder
source§fn eq(&self, other: &BatchDescribeSimulationJobOutputBuilder) -> bool
fn eq(&self, other: &BatchDescribeSimulationJobOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchDescribeSimulationJobOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchDescribeSimulationJobOutputBuilder
impl Send for BatchDescribeSimulationJobOutputBuilder
impl Sync for BatchDescribeSimulationJobOutputBuilder
impl Unpin for BatchDescribeSimulationJobOutputBuilder
impl UnwindSafe for BatchDescribeSimulationJobOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.