@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 |
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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer totalActions()
Total number of Actions in the workflow run.
public Integer timeoutActions()
Total number of Actions that timed out.
public Integer failedActions()
Total number of Actions that have failed.
public Integer stoppedActions()
Total number of Actions that have stopped.
public Integer succeededActions()
Total number of Actions that have succeeded.
public Integer runningActions()
Total number Actions in running state.
public WorkflowRunStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowRunStatistics.Builder,WorkflowRunStatistics>public static WorkflowRunStatistics.Builder builder()
public static Class<? extends WorkflowRunStatistics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.