Struct aws_sdk_robomaker::client::fluent_builders::StartSimulationJobBatch [−][src]
pub struct StartSimulationJobBatch<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to StartSimulationJobBatch.
Starts a new simulation job batch. The batch is defined using one or more
SimulationJobRequest objects.
Implementations
impl<C, M, R> StartSimulationJobBatch<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> StartSimulationJobBatch<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<StartSimulationJobBatchOutput, SdkError<StartSimulationJobBatchError>> where
R::Policy: SmithyRetryPolicy<StartSimulationJobBatchInputOperationOutputAlias, StartSimulationJobBatchOutput, StartSimulationJobBatchError, StartSimulationJobBatchInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<StartSimulationJobBatchOutput, SdkError<StartSimulationJobBatchError>> where
R::Policy: SmithyRetryPolicy<StartSimulationJobBatchInputOperationOutputAlias, StartSimulationJobBatchOutput, StartSimulationJobBatchError, StartSimulationJobBatchInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
The batch policy.
The batch policy.
Appends an item to createSimulationJobRequests.
To override the contents of this collection use set_create_simulation_job_requests.
A list of simulation job requests to create in the batch.
pub fn set_create_simulation_job_requests(
self,
input: Option<Vec<SimulationJobRequest>>
) -> Self
pub fn set_create_simulation_job_requests(
self,
input: Option<Vec<SimulationJobRequest>>
) -> Self
A list of simulation job requests to create in the batch.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A map that contains tag keys and tag values that are attached to the deployment job batch.
A map that contains tag keys and tag values that are attached to the deployment job batch.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for StartSimulationJobBatch<C, M, R>
impl<C, M, R> Send for StartSimulationJobBatch<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for StartSimulationJobBatch<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for StartSimulationJobBatch<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for StartSimulationJobBatch<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more