@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) |
Integer |
failedSteps()
The total number of steps that failed to execute 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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
totalSteps()
The total number of steps executed in all specified AWS Regions and accounts for the current Automation
execution.
|
copy
public Integer totalSteps()
The total number of steps executed 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 execute 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ProgressCounters.Builder,ProgressCounters>
public static ProgressCounters.Builder builder()
public static Class<? extends ProgressCounters.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.