@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Statistics for the checks performed during the audit.
Constructor and Description |
---|
TaskStatistics() |
Modifier and Type | Method and Description |
---|---|
TaskStatistics |
clone() |
boolean |
equals(Object obj) |
Integer |
getCanceledChecks()
The number of checks that did not run because the audit was canceled.
|
Integer |
getCompliantChecks()
The number of checks that found compliant resources.
|
Integer |
getFailedChecks()
The number of checks.
|
Integer |
getInProgressChecks()
The number of checks in progress.
|
Integer |
getNonCompliantChecks()
The number of checks that found noncompliant resources.
|
Integer |
getTotalChecks()
The number of checks in this audit.
|
Integer |
getWaitingForDataCollectionChecks()
The number of checks waiting for data collection.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCanceledChecks(Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
|
void |
setCompliantChecks(Integer compliantChecks)
The number of checks that found compliant resources.
|
void |
setFailedChecks(Integer failedChecks)
The number of checks.
|
void |
setInProgressChecks(Integer inProgressChecks)
The number of checks in progress.
|
void |
setNonCompliantChecks(Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
|
void |
setTotalChecks(Integer totalChecks)
The number of checks in this audit.
|
void |
setWaitingForDataCollectionChecks(Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
|
String |
toString()
Returns a string representation of this object.
|
TaskStatistics |
withCanceledChecks(Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
|
TaskStatistics |
withCompliantChecks(Integer compliantChecks)
The number of checks that found compliant resources.
|
TaskStatistics |
withFailedChecks(Integer failedChecks)
The number of checks.
|
TaskStatistics |
withInProgressChecks(Integer inProgressChecks)
The number of checks in progress.
|
TaskStatistics |
withNonCompliantChecks(Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
|
TaskStatistics |
withTotalChecks(Integer totalChecks)
The number of checks in this audit.
|
TaskStatistics |
withWaitingForDataCollectionChecks(Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
|
public void setTotalChecks(Integer totalChecks)
The number of checks in this audit.
totalChecks
- The number of checks in this audit.public Integer getTotalChecks()
The number of checks in this audit.
public TaskStatistics withTotalChecks(Integer totalChecks)
The number of checks in this audit.
totalChecks
- The number of checks in this audit.public void setInProgressChecks(Integer inProgressChecks)
The number of checks in progress.
inProgressChecks
- The number of checks in progress.public Integer getInProgressChecks()
The number of checks in progress.
public TaskStatistics withInProgressChecks(Integer inProgressChecks)
The number of checks in progress.
inProgressChecks
- The number of checks in progress.public void setWaitingForDataCollectionChecks(Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
waitingForDataCollectionChecks
- The number of checks waiting for data collection.public Integer getWaitingForDataCollectionChecks()
The number of checks waiting for data collection.
public TaskStatistics withWaitingForDataCollectionChecks(Integer waitingForDataCollectionChecks)
The number of checks waiting for data collection.
waitingForDataCollectionChecks
- The number of checks waiting for data collection.public void setCompliantChecks(Integer compliantChecks)
The number of checks that found compliant resources.
compliantChecks
- The number of checks that found compliant resources.public Integer getCompliantChecks()
The number of checks that found compliant resources.
public TaskStatistics withCompliantChecks(Integer compliantChecks)
The number of checks that found compliant resources.
compliantChecks
- The number of checks that found compliant resources.public void setNonCompliantChecks(Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
nonCompliantChecks
- The number of checks that found noncompliant resources.public Integer getNonCompliantChecks()
The number of checks that found noncompliant resources.
public TaskStatistics withNonCompliantChecks(Integer nonCompliantChecks)
The number of checks that found noncompliant resources.
nonCompliantChecks
- The number of checks that found noncompliant resources.public void setFailedChecks(Integer failedChecks)
The number of checks.
failedChecks
- The number of checks.public Integer getFailedChecks()
The number of checks.
public TaskStatistics withFailedChecks(Integer failedChecks)
The number of checks.
failedChecks
- The number of checks.public void setCanceledChecks(Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
canceledChecks
- The number of checks that did not run because the audit was canceled.public Integer getCanceledChecks()
The number of checks that did not run because the audit was canceled.
public TaskStatistics withCanceledChecks(Integer canceledChecks)
The number of checks that did not run because the audit was canceled.
canceledChecks
- The number of checks that did not run because the audit was canceled.public String toString()
toString
in class Object
Object.toString()
public TaskStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.