@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSimulationJobBatchResponse extends RoboMakerResponse implements ToCopyableBuilder<DescribeSimulationJobBatchResponse.Builder,DescribeSimulationJobBatchResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeSimulationJobBatchResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the batch.
|
BatchPolicy |
batchPolicy()
The batch policy.
|
static DescribeSimulationJobBatchResponse.Builder |
builder() |
String |
clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Instant |
createdAt()
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
List<SimulationJobSummary> |
createdRequests()
A list of created simulation job summaries.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<FailedCreateSimulationJobRequest> |
failedRequests()
A list of failed create simulation job requests.
|
SimulationJobBatchErrorCode |
failureCode()
The failure code of the simulation job batch.
|
String |
failureCodeAsString()
The failure code of the simulation job batch.
|
String |
failureReason()
The reason the simulation job batch failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasCreatedRequests()
Returns true if the CreatedRequests property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasFailedRequests()
Returns true if the FailedRequests property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasPendingRequests()
Returns true if the PendingRequests property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
Instant |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
List<SimulationJobRequest> |
pendingRequests()
A list of pending simulation job requests.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSimulationJobBatchResponse.Builder> |
serializableBuilderClass() |
SimulationJobBatchStatus |
status()
The status of the batch.
|
String |
statusAsString()
The status of the batch.
|
Map<String,String> |
tags()
A map that contains tag keys and tag values that are attached to the simulation job batch.
|
DescribeSimulationJobBatchResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the batch.
public SimulationJobBatchStatus status()
The status of the 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 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 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 String clientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public BatchPolicy batchPolicy()
The batch policy.
public SimulationJobBatchErrorCode failureCode()
The failure code of the simulation job batch.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return SimulationJobBatchErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureCodeAsString().
SimulationJobBatchErrorCodepublic String failureCodeAsString()
The failure code of the simulation job batch.
If the service returns an enum value that is not available in the current SDK version, failureCode will
return SimulationJobBatchErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from failureCodeAsString().
SimulationJobBatchErrorCodepublic String failureReason()
The reason the simulation job batch failed.
public boolean hasFailedRequests()
public List<FailedCreateSimulationJobRequest> failedRequests()
A list of failed create simulation job requests. The request failed to be created into a simulation job. Failed requests do not have a simulation job ID.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFailedRequests() to see if a value was sent in this field.
public boolean hasPendingRequests()
public List<SimulationJobRequest> pendingRequests()
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasPendingRequests() to see if a value was sent in this field.
public boolean hasCreatedRequests()
public List<SimulationJobSummary> createdRequests()
A list of created simulation job summaries.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasCreatedRequests() to see if a value was sent in this field.
public boolean hasTags()
public Map<String,String> tags()
A map that contains tag keys and tag values that are attached to the simulation job batch.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public DescribeSimulationJobBatchResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeSimulationJobBatchResponse.Builder,DescribeSimulationJobBatchResponse>toBuilder in class AwsResponsepublic static DescribeSimulationJobBatchResponse.Builder builder()
public static Class<? extends DescribeSimulationJobBatchResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.