@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
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.
|
copy
public final Integer totalSteps()
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
public final Integer successSteps()
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.
public final Integer failedSteps()
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.
public final Integer cancelledSteps()
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.
public final 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()
public final boolean equalsBySdkFields(Object obj)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.