@Generated(value="software.amazon.awssdk:codegen") public final class SimulationJobBatchSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimulationJobBatchSummary.Builder,SimulationJobBatchSummary>
Information about a simulation job batch.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimulationJobBatchSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the batch.
|
static SimulationJobBatchSummary.Builder |
builder() |
Instant |
createdAt()
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
Integer |
createdRequestCount()
The number of created simulation job requests.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedRequestCount()
The number of failed simulation job requests.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
Integer |
pendingRequestCount()
The number of pending simulation job requests.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SimulationJobBatchSummary.Builder> |
serializableBuilderClass() |
SimulationJobBatchStatus |
status()
The status of the simulation job batch.
|
String |
statusAsString()
The status of the simulation job batch.
|
SimulationJobBatchSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the batch.
public Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
public Instant createdAt()
The time, in milliseconds since the epoch, when the simulation job batch was created.
public SimulationJobBatchStatus status()
The status of the simulation job batch.
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an internal
failure (like InternalServiceError). See failureCode and failureReason for
more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in
the batch and none of the failed simulation job requests are due to InternalServiceError and (2)
when all created simulation jobs have reached a terminal state (for example, Completed or
Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure (like
InternalServiceError), the batch status will be Failed. If there are no such failing
request, the batch status will be TimedOut.
The simulation batch job timed out.
If the service returns an enum value that is not available in the current SDK version, status will
return SimulationJobBatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an
internal failure (like InternalServiceError). See failureCode and
failureReason for more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job
requests in the batch and none of the failed simulation job requests are due to
InternalServiceError and (2) when all created simulation jobs have reached a terminal state
(for example, Completed or Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure (like
InternalServiceError), the batch status will be Failed. If there are no such
failing request, the batch status will be TimedOut.
The simulation batch job timed out.
SimulationJobBatchStatuspublic String statusAsString()
The status of the simulation job batch.
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an internal
failure (like InternalServiceError). See failureCode and failureReason for
more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job requests in
the batch and none of the failed simulation job requests are due to InternalServiceError and (2)
when all created simulation jobs have reached a terminal state (for example, Completed or
Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure (like
InternalServiceError), the batch status will be Failed. If there are no such failing
request, the batch status will be TimedOut.
The simulation batch job timed out.
If the service returns an enum value that is not available in the current SDK version, status will
return SimulationJobBatchStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
The simulation job batch request is pending.
The simulation job batch is in progress.
The simulation job batch failed. One or more simulation job requests could not be completed due to an
internal failure (like InternalServiceError). See failureCode and
failureReason for more information.
The simulation batch job completed. A batch is complete when (1) there are no pending simulation job
requests in the batch and none of the failed simulation job requests are due to
InternalServiceError and (2) when all created simulation jobs have reached a terminal state
(for example, Completed or Failed).
The simulation batch job was cancelled.
The simulation batch job is being cancelled.
The simulation batch job is completing.
The simulation job batch is timing out.
If a batch timing out, and there are pending requests that were failing due to an internal failure (like
InternalServiceError), the batch status will be Failed. If there are no such
failing request, the batch status will be TimedOut.
The simulation batch job timed out.
SimulationJobBatchStatuspublic Integer failedRequestCount()
The number of failed simulation job requests.
public Integer pendingRequestCount()
The number of pending simulation job requests.
public Integer createdRequestCount()
The number of created simulation job requests.
public SimulationJobBatchSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimulationJobBatchSummary.Builder,SimulationJobBatchSummary>public static SimulationJobBatchSummary.Builder builder()
public static Class<? extends SimulationJobBatchSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.