@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProgressCounters extends Object implements Serializable, Cloneable, StructuredPojo
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.
Constructor and Description |
---|
ProgressCounters() |
Modifier and Type | Method and Description |
---|---|
ProgressCounters |
clone() |
boolean |
equals(Object obj) |
Integer |
getCancelledSteps()
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
Integer |
getFailedSteps()
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation
execution.
|
Integer |
getSuccessSteps()
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current
Automation execution.
|
Integer |
getTimedOutSteps()
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
Integer |
getTotalSteps()
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
void |
setFailedSteps(Integer failedSteps)
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation
execution.
|
void |
setSuccessSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current
Automation execution.
|
void |
setTimedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
void |
setTotalSteps(Integer totalSteps)
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
|
String |
toString()
Returns a string representation of this object.
|
ProgressCounters |
withCancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters |
withFailedSteps(Integer failedSteps)
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters |
withSuccessSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current
Automation execution.
|
ProgressCounters |
withTimedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation
execution.
|
ProgressCounters |
withTotalSteps(Integer totalSteps)
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
|
public void setTotalSteps(Integer totalSteps)
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
totalSteps
- The total number of steps run in all specified AWS Regions and accounts for the current Automation
execution.public Integer getTotalSteps()
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
public ProgressCounters withTotalSteps(Integer totalSteps)
The total number of steps run in all specified AWS Regions and accounts for the current Automation execution.
totalSteps
- The total number of steps run in all specified AWS Regions and accounts for the current Automation
execution.public void setSuccessSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.
successSteps
- The total number of steps that successfully completed in all specified AWS Regions and accounts for the
current Automation execution.public Integer getSuccessSteps()
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.
public ProgressCounters withSuccessSteps(Integer successSteps)
The total number of steps that successfully completed in all specified AWS Regions and accounts for the current Automation execution.
successSteps
- The total number of steps that successfully completed in all specified AWS Regions and accounts for the
current Automation execution.public void setFailedSteps(Integer failedSteps)
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.
failedSteps
- The total number of steps that failed to run in all specified AWS Regions and accounts for the current
Automation execution.public Integer getFailedSteps()
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.
public ProgressCounters withFailedSteps(Integer failedSteps)
The total number of steps that failed to run in all specified AWS Regions and accounts for the current Automation execution.
failedSteps
- The total number of steps that failed to run in all specified AWS Regions and accounts for the current
Automation execution.public void setCancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.
cancelledSteps
- The total number of steps that the system cancelled in all specified AWS Regions and accounts for the
current Automation execution.public Integer getCancelledSteps()
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.
public ProgressCounters withCancelledSteps(Integer cancelledSteps)
The total number of steps that the system cancelled in all specified AWS Regions and accounts for the current Automation execution.
cancelledSteps
- The total number of steps that the system cancelled in all specified AWS Regions and accounts for the
current Automation execution.public void setTimedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.
timedOutSteps
- The total number of steps that timed out in all specified AWS Regions and accounts for the current
Automation execution.public Integer getTimedOutSteps()
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.
public ProgressCounters withTimedOutSteps(Integer timedOutSteps)
The total number of steps that timed out in all specified AWS Regions and accounts for the current Automation execution.
timedOutSteps
- The total number of steps that timed out in all specified AWS Regions and accounts for the current
Automation execution.public String toString()
toString
in class Object
Object.toString()
public ProgressCounters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.