StartSimulationJobBatchResponse class

Constructors

StartSimulationJobBatchResponse({String? arn, BatchPolicy? batchPolicy, String? clientRequestToken, DateTime? createdAt, List<SimulationJobSummary>? createdRequests, List<FailedCreateSimulationJobRequest>? failedRequests, SimulationJobBatchErrorCode? failureCode, String? failureReason, List<SimulationJobRequest>? pendingRequests, SimulationJobBatchStatus? status, Map<String, String>? tags})
StartSimulationJobBatchResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (arn) of the batch.
final
batchPolicy BatchPolicy?
The batch policy.
final
clientRequestToken String?
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the simulation job batch was created.
final
createdRequests List<SimulationJobSummary>?
A list of created simulation job request summaries.
final
failedRequests List<FailedCreateSimulationJobRequest>?
A list of failed simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.
final
failureCode SimulationJobBatchErrorCode?
The failure code if the simulation job batch failed.
final
failureReason String?
The reason the simulation job batch failed.
final
hashCode int
The hash code for this object.
no setterinherited
pendingRequests List<SimulationJobRequest>?
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SimulationJobBatchStatus?
The status of the simulation job batch.
final
tags Map<String, String>?
A map that contains tag keys and tag values that are attached to the deployment job batch.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited