@Generated(value="software.amazon.awssdk:codegen") public final class ProgressCounters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProgressCounters.Builder,ProgressCounters>
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProgressCounters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProgressCounters.Builder |
builder() |
Integer |
cancelledSteps()
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedSteps()
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation
execution.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProgressCounters.Builder> |
serializableBuilderClass() |
Integer |
successSteps()
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current
Automation execution.
|
Integer |
timedOutSteps()
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalSteps()
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer totalSteps()
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
public Integer successSteps()
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.
public Integer failedSteps()
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.
public Integer cancelledSteps()
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.
public Integer timedOutSteps()
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.
public ProgressCounters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProgressCounters.Builder,ProgressCounters>public static ProgressCounters.Builder builder()
public static Class<? extends ProgressCounters.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.