@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSimulationJobBatchResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSimulationJobBatchResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSimulationJobBatchResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
DescribeSimulationJobBatchResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
DescribeSimulationJobBatchResult |
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 summaries.
|
List<FailedCreateSimulationJobRequest> |
getFailedRequests()
A list of failed create simulation job requests.
|
String |
getFailureCode()
The failure code of the simulation job batch.
|
String |
getFailureReason()
The reason the simulation job batch failed.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
List<SimulationJobRequest> |
getPendingRequests()
A list of pending simulation job requests.
|
String |
getStatus()
The status of the batch.
|
Map<String,String> |
getTags()
A map that contains tag keys and tag values that are attached to the simulation 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 summaries.
|
void |
setFailedRequests(Collection<FailedCreateSimulationJobRequest> failedRequests)
A list of failed create simulation job requests.
|
void |
setFailureCode(String failureCode)
The failure code of the simulation job batch.
|
void |
setFailureReason(String failureReason)
The reason the simulation job batch failed.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
void |
setPendingRequests(Collection<SimulationJobRequest> pendingRequests)
A list of pending simulation job requests.
|
void |
setStatus(String status)
The status of the batch.
|
void |
setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the simulation job batch.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSimulationJobBatchResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the batch.
|
DescribeSimulationJobBatchResult |
withBatchPolicy(BatchPolicy batchPolicy)
The batch policy.
|
DescribeSimulationJobBatchResult |
withClientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
DescribeSimulationJobBatchResult |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
DescribeSimulationJobBatchResult |
withCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job summaries.
|
DescribeSimulationJobBatchResult |
withCreatedRequests(SimulationJobSummary... createdRequests)
A list of created simulation job summaries.
|
DescribeSimulationJobBatchResult |
withFailedRequests(Collection<FailedCreateSimulationJobRequest> failedRequests)
A list of failed create simulation job requests.
|
DescribeSimulationJobBatchResult |
withFailedRequests(FailedCreateSimulationJobRequest... failedRequests)
A list of failed create simulation job requests.
|
DescribeSimulationJobBatchResult |
withFailureCode(SimulationJobBatchErrorCode failureCode)
The failure code of the simulation job batch.
|
DescribeSimulationJobBatchResult |
withFailureCode(String failureCode)
The failure code of the simulation job batch.
|
DescribeSimulationJobBatchResult |
withFailureReason(String failureReason)
The reason the simulation job batch failed.
|
DescribeSimulationJobBatchResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
DescribeSimulationJobBatchResult |
withPendingRequests(Collection<SimulationJobRequest> pendingRequests)
A list of pending simulation job requests.
|
DescribeSimulationJobBatchResult |
withPendingRequests(SimulationJobRequest... pendingRequests)
A list of pending simulation job requests.
|
DescribeSimulationJobBatchResult |
withStatus(SimulationJobBatchStatus status)
The status of the batch.
|
DescribeSimulationJobBatchResult |
withStatus(String status)
The status of the batch.
|
DescribeSimulationJobBatchResult |
withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the simulation 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 DescribeSimulationJobBatchResult 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 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 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 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 DescribeSimulationJobBatchResult withStatus(String 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.
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.
SimulationJobBatchStatus
public DescribeSimulationJobBatchResult withStatus(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.
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.
SimulationJobBatchStatus
public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation job batch was last updated.public Date getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
public DescribeSimulationJobBatchResult withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation job batch was last updated.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 DescribeSimulationJobBatchResult 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 DescribeSimulationJobBatchResult 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 DescribeSimulationJobBatchResult withBatchPolicy(BatchPolicy batchPolicy)
The batch policy.
batchPolicy
- The batch policy.public void setFailureCode(String failureCode)
The failure code of the simulation job batch.
failureCode
- The failure code of the simulation job batch.SimulationJobBatchErrorCode
public String getFailureCode()
The failure code of the simulation job batch.
SimulationJobBatchErrorCode
public DescribeSimulationJobBatchResult withFailureCode(String failureCode)
The failure code of the simulation job batch.
failureCode
- The failure code of the simulation job batch.SimulationJobBatchErrorCode
public DescribeSimulationJobBatchResult withFailureCode(SimulationJobBatchErrorCode failureCode)
The failure code of the simulation job batch.
failureCode
- The failure code of the simulation job batch.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 DescribeSimulationJobBatchResult 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 create 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 create 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 create simulation job requests. The request failed to be created into a simulation job.
Failed requests do not have a simulation job ID.public DescribeSimulationJobBatchResult withFailedRequests(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.
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 create simulation job requests. The request failed to be created into a simulation job.
Failed requests do not have a simulation job ID.public DescribeSimulationJobBatchResult withFailedRequests(Collection<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.
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.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 DescribeSimulationJobBatchResult 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 DescribeSimulationJobBatchResult 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 summaries.
public void setCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job summaries.
createdRequests
- A list of created simulation job summaries.public DescribeSimulationJobBatchResult withCreatedRequests(SimulationJobSummary... createdRequests)
A list of created simulation job 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 summaries.public DescribeSimulationJobBatchResult withCreatedRequests(Collection<SimulationJobSummary> createdRequests)
A list of created simulation job summaries.
createdRequests
- A list of created simulation job summaries.public Map<String,String> getTags()
A map that contains tag keys and tag values that are attached to the simulation job batch.
public void setTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the simulation job batch.
tags
- A map that contains tag keys and tag values that are attached to the simulation job batch.public DescribeSimulationJobBatchResult withTags(Map<String,String> tags)
A map that contains tag keys and tag values that are attached to the simulation job batch.
tags
- A map that contains tag keys and tag values that are attached to the simulation job batch.public DescribeSimulationJobBatchResult addTagsEntry(String key, String value)
public DescribeSimulationJobBatchResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public DescribeSimulationJobBatchResult clone()