@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SimulationJobBatchSummary extends Object implements Serializable, Cloneable, StructuredPojo
Information about a simulation job batch.
Constructor and Description |
---|
SimulationJobBatchSummary() |
Modifier and Type | Method and Description |
---|---|
SimulationJobBatchSummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the batch.
|
Date |
getCreatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
Integer |
getCreatedRequestCount()
The number of created simulation job requests.
|
Integer |
getFailedRequestCount()
The number of failed simulation job requests.
|
Date |
getLastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
Integer |
getPendingRequestCount()
The number of pending simulation job requests.
|
String |
getStatus()
The status of the simulation job batch.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the batch.
|
void |
setCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
void |
setCreatedRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
|
void |
setFailedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
void |
setPendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
|
void |
setStatus(String status)
The status of the simulation job batch.
|
String |
toString()
Returns a string representation of this object.
|
SimulationJobBatchSummary |
withArn(String arn)
The Amazon Resource Name (ARN) of the batch.
|
SimulationJobBatchSummary |
withCreatedAt(Date createdAt)
The time, in milliseconds since the epoch, when the simulation job batch was created.
|
SimulationJobBatchSummary |
withCreatedRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
|
SimulationJobBatchSummary |
withFailedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
|
SimulationJobBatchSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation job batch was last updated.
|
SimulationJobBatchSummary |
withPendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
|
SimulationJobBatchSummary |
withStatus(SimulationJobBatchStatus status)
The status of the simulation job batch.
|
SimulationJobBatchSummary |
withStatus(String status)
The status of the simulation job batch.
|
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 SimulationJobBatchSummary withArn(String arn)
The Amazon Resource Name (ARN) of the batch.
arn
- The Amazon Resource Name (ARN) of the batch.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 SimulationJobBatchSummary 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 SimulationJobBatchSummary 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 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 SimulationJobBatchSummary 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 SimulationJobBatchSummary 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 setFailedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
failedRequestCount
- The number of failed simulation job requests.public Integer getFailedRequestCount()
The number of failed simulation job requests.
public SimulationJobBatchSummary withFailedRequestCount(Integer failedRequestCount)
The number of failed simulation job requests.
failedRequestCount
- The number of failed simulation job requests.public void setPendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
pendingRequestCount
- The number of pending simulation job requests.public Integer getPendingRequestCount()
The number of pending simulation job requests.
public SimulationJobBatchSummary withPendingRequestCount(Integer pendingRequestCount)
The number of pending simulation job requests.
pendingRequestCount
- The number of pending simulation job requests.public void setCreatedRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
createdRequestCount
- The number of created simulation job requests.public Integer getCreatedRequestCount()
The number of created simulation job requests.
public SimulationJobBatchSummary withCreatedRequestCount(Integer createdRequestCount)
The number of created simulation job requests.
createdRequestCount
- The number of created simulation job requests.public String toString()
toString
in class Object
Object.toString()
public SimulationJobBatchSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.