Struct aws_sdk_robomaker::operation::describe_simulation_job_batch::builders::DescribeSimulationJobBatchInputBuilder
source · #[non_exhaustive]pub struct DescribeSimulationJobBatchInputBuilder { /* private fields */ }Expand description
A builder for DescribeSimulationJobBatchInput.
Implementations§
source§impl DescribeSimulationJobBatchInputBuilder
impl DescribeSimulationJobBatchInputBuilder
sourcepub fn batch(self, input: impl Into<String>) -> Self
pub fn batch(self, input: impl Into<String>) -> Self
The id of the batch to describe.
This field is required.sourcepub fn build(self) -> Result<DescribeSimulationJobBatchInput, BuildError>
pub fn build(self) -> Result<DescribeSimulationJobBatchInput, BuildError>
Consumes the builder and constructs a DescribeSimulationJobBatchInput.
source§impl DescribeSimulationJobBatchInputBuilder
impl DescribeSimulationJobBatchInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeSimulationJobBatchOutput, SdkError<DescribeSimulationJobBatchError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeSimulationJobBatchOutput, SdkError<DescribeSimulationJobBatchError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeSimulationJobBatchInputBuilder
impl Clone for DescribeSimulationJobBatchInputBuilder
source§fn clone(&self) -> DescribeSimulationJobBatchInputBuilder
fn clone(&self) -> DescribeSimulationJobBatchInputBuilder
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 DescribeSimulationJobBatchInputBuilder
impl Default for DescribeSimulationJobBatchInputBuilder
source§fn default() -> DescribeSimulationJobBatchInputBuilder
fn default() -> DescribeSimulationJobBatchInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeSimulationJobBatchInputBuilder
impl PartialEq for DescribeSimulationJobBatchInputBuilder
source§fn eq(&self, other: &DescribeSimulationJobBatchInputBuilder) -> bool
fn eq(&self, other: &DescribeSimulationJobBatchInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeSimulationJobBatchInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeSimulationJobBatchInputBuilder
impl Send for DescribeSimulationJobBatchInputBuilder
impl Sync for DescribeSimulationJobBatchInputBuilder
impl Unpin for DescribeSimulationJobBatchInputBuilder
impl UnwindSafe for DescribeSimulationJobBatchInputBuilder
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.