@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 Amazon Web Services Systems Manager 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 Amazon Web Services Regions and Amazon Web
Services 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 Amazon Web Services Regions and Amazon Web Services
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 Amazon Web Services Regions and Amazon Web
Services accounts for the current Automation execution.
|
Integer |
timedOutSteps()
The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services
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 Amazon Web Services Regions and Amazon Web Services accounts for
the current Automation execution.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer totalSteps()
The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
public final Integer successSteps()
The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
public final Integer failedSteps()
The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
public final Integer cancelledSteps()
The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
public final Integer timedOutSteps()
The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.