@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowRunStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>
Workflow run statistics provides statistics about the workflow run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowRunStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowRunStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
erroredActions()
Indicates the count of job runs in the ERROR state in the workflow run.
|
Integer |
failedActions()
Total number of Actions that have failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
runningActions()
Total number Actions in running state.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowRunStatistics.Builder> |
serializableBuilderClass() |
Integer |
stoppedActions()
Total number of Actions that have stopped.
|
Integer |
succeededActions()
Total number of Actions that have succeeded.
|
Integer |
timeoutActions()
Total number of Actions that timed out.
|
WorkflowRunStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalActions()
Total number of Actions in the workflow run.
|
Integer |
waitingActions()
Indicates the count of job runs in WAITING state in the workflow run.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer totalActions()
Total number of Actions in the workflow run.
public final Integer timeoutActions()
Total number of Actions that timed out.
public final Integer failedActions()
Total number of Actions that have failed.
public final Integer stoppedActions()
Total number of Actions that have stopped.
public final Integer succeededActions()
Total number of Actions that have succeeded.
public final Integer runningActions()
Total number Actions in running state.
public final Integer erroredActions()
Indicates the count of job runs in the ERROR state in the workflow run.
public final Integer waitingActions()
Indicates the count of job runs in WAITING state in the workflow run.
public WorkflowRunStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>public static WorkflowRunStatistics.Builder builder()
public static Class<? extends WorkflowRunStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.