@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSimulationJobBatchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSimulationJobBatchResult() |
Modifier and Type | Method and Description |
---|---|
StartSimulationJobBatchResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartSimulationJobBatchResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
StartSimulationJobBatchResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (arn) of the batch.
|
BatchPolicy |
getBatchPolicy()
The batch policy.
|
String |
getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
List<SimulationJobSummary> |
getCreatedRequests()
A list of created simulation job request summaries.
|
List<FailedCreateSimulationJobRequest> |
getFailedRequests()
A list of failed simulation job requests.
|
String |
getFailureCode()
The failure code if the simulation job batch failed.
|
String |
getFailureReason()
The reason the simulation job batch failed.
|
List<SimulationJobRequest> |
getPendingRequests()
A list of pending simulation job requests.
|
String |
getStatus()
The status of the simulation job batch.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the deployment job batch.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (arn) of the batch.
|
void |
setBatchPolicy(BatchPolicy batchPolicy)
The batch policy.
|
void |
setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
void |
setCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job request summaries.
|
void |
setFailedRequests(Collection<FailedCreateSimulationJobRequest> failedRequests)
A list of failed simulation job requests.
|
void |
setFailureCode(String failureCode)
The failure code if the simulation job batch failed.
|
void |
setFailureReason(String failureReason)
The reason the simulation job batch failed.
|
void |
setPendingRequests(Collection<SimulationJobRequest> pendingRequests)
A list of pending simulation job requests.
|
void |
setStatus(String status)
The status of the simulation job batch.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job batch.
|
String |
toString()
Returns a string representation of this object.
|
StartSimulationJobBatchResult |
withArn(String arn)
The Amazon Resource Name (arn) of the batch.
|
StartSimulationJobBatchResult |
withBatchPolicy(BatchPolicy batchPolicy)
The batch policy.
|
StartSimulationJobBatchResult |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
StartSimulationJobBatchResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
StartSimulationJobBatchResult |
withCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job request summaries.
|
StartSimulationJobBatchResult |
withCreatedRequests(SimulationJobSummary... createdRequests)
A list of created simulation job request summaries.
|
StartSimulationJobBatchResult |
withFailedRequests(Collection<FailedCreateSimulationJobRequest> failedRequests)
A list of failed simulation job requests.
|
StartSimulationJobBatchResult |
withFailedRequests(FailedCreateSimulationJobRequest... failedRequests)
A list of failed simulation job requests.
|
StartSimulationJobBatchResult |
withFailureCode(SimulationJobBatchErrorCode failureCode)
The failure code if the simulation job batch failed.
|
StartSimulationJobBatchResult |
withFailureCode(String failureCode)
The failure code if the simulation job batch failed.
|
StartSimulationJobBatchResult |
withFailureReason(String failureReason)
The reason the simulation job batch failed.
|
StartSimulationJobBatchResult |
withPendingRequests(Collection<SimulationJobRequest> pendingRequests)
A list of pending simulation job requests.
|
StartSimulationJobBatchResult |
withPendingRequests(SimulationJobRequest... pendingRequests)
A list of pending simulation job requests.
|
StartSimulationJobBatchResult |
withStatus(SimulationJobBatchStatus status)
The status of the simulation job batch.
|
StartSimulationJobBatchResult |
withStatus(String status)
The status of the simulation job batch.
|
StartSimulationJobBatchResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job batch.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The Amazon Resource Name (arn) of the batch.
arn
- The Amazon Resource Name (arn) of the batch.public String getArn()
The Amazon Resource Name (arn) of the batch.
public StartSimulationJobBatchResult withArn(String arn)
The Amazon Resource Name (arn) of the batch.
arn
- The Amazon Resource Name (arn) of the batch.public void setStatus(String 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.
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.
SimulationJobBatchStatus
public String getStatus()
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.
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.
SimulationJobBatchStatus
public StartSimulationJobBatchResult withStatus(String 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.
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.
SimulationJobBatchStatus
public StartSimulationJobBatchResult withStatus(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.
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.
SimulationJobBatchStatus
public void setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
createdAt
- The time, in milliseconds since the epoch, when the simulation job batch was created.public Date getCreatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was created.
public StartSimulationJobBatchResult withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
createdAt
- The time, in milliseconds since the epoch, when the simulation job batch was created.public void setClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public String getClientRequestToken()
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
public StartSimulationJobBatchResult withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
clientRequestToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.public void setBatchPolicy(BatchPolicy batchPolicy)
The batch policy.
batchPolicy
- The batch policy.public BatchPolicy getBatchPolicy()
The batch policy.
public StartSimulationJobBatchResult withBatchPolicy(BatchPolicy batchPolicy)
The batch policy.
batchPolicy
- The batch policy.public void setFailureCode(String failureCode)
The failure code if the simulation job batch failed.
failureCode
- The failure code if the simulation job batch failed.SimulationJobBatchErrorCode
public String getFailureCode()
The failure code if the simulation job batch failed.
SimulationJobBatchErrorCode
public StartSimulationJobBatchResult withFailureCode(String failureCode)
The failure code if the simulation job batch failed.
failureCode
- The failure code if the simulation job batch failed.SimulationJobBatchErrorCode
public StartSimulationJobBatchResult withFailureCode(SimulationJobBatchErrorCode failureCode)
The failure code if the simulation job batch failed.
failureCode
- The failure code if the simulation job batch failed.SimulationJobBatchErrorCode
public void setFailureReason(String failureReason)
The reason the simulation job batch failed.
failureReason
- The reason the simulation job batch failed.public String getFailureReason()
The reason the simulation job batch failed.
public StartSimulationJobBatchResult withFailureReason(String failureReason)
The reason the simulation job batch failed.
failureReason
- The reason the simulation job batch failed.public List<FailedCreateSimulationJobRequest> getFailedRequests()
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.
public void setFailedRequests(Collection<FailedCreateSimulationJobRequest> failedRequests)
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.
failedRequests
- 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.public StartSimulationJobBatchResult withFailedRequests(FailedCreateSimulationJobRequest... failedRequests)
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.
NOTE: This method appends the values to the existing list (if any). Use
setFailedRequests(java.util.Collection)
or withFailedRequests(java.util.Collection)
if you want
to override the existing values.
failedRequests
- 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.public StartSimulationJobBatchResult withFailedRequests(Collection<FailedCreateSimulationJobRequest> failedRequests)
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.
failedRequests
- 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.public List<SimulationJobRequest> getPendingRequests()
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
public void setPendingRequests(Collection<SimulationJobRequest> pendingRequests)
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
pendingRequests
- A list of pending simulation job requests. These requests have not yet been created into simulation jobs.public StartSimulationJobBatchResult withPendingRequests(SimulationJobRequest... pendingRequests)
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
NOTE: This method appends the values to the existing list (if any). Use
setPendingRequests(java.util.Collection)
or withPendingRequests(java.util.Collection)
if you
want to override the existing values.
pendingRequests
- A list of pending simulation job requests. These requests have not yet been created into simulation jobs.public StartSimulationJobBatchResult withPendingRequests(Collection<SimulationJobRequest> pendingRequests)
A list of pending simulation job requests. These requests have not yet been created into simulation jobs.
pendingRequests
- A list of pending simulation job requests. These requests have not yet been created into simulation jobs.public List<SimulationJobSummary> getCreatedRequests()
A list of created simulation job request summaries.
public void setCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job request summaries.
createdRequests
- A list of created simulation job request summaries.public StartSimulationJobBatchResult withCreatedRequests(SimulationJobSummary... createdRequests)
A list of created simulation job request summaries.
NOTE: This method appends the values to the existing list (if any). Use
setCreatedRequests(java.util.Collection)
or withCreatedRequests(java.util.Collection)
if you
want to override the existing values.
createdRequests
- A list of created simulation job request summaries.public StartSimulationJobBatchResult withCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job request summaries.
createdRequests
- A list of created simulation job request summaries.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the deployment job batch.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job batch.
tags
- A map that contains tag keys and tag values that are attached to the deployment job batch.public StartSimulationJobBatchResult withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the deployment job batch.
tags
- A map that contains tag keys and tag values that are attached to the deployment job batch.public StartSimulationJobBatchResult addTagsEntry(String key, String value)
public StartSimulationJobBatchResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public StartSimulationJobBatchResult clone()