@Generated(value="software.amazon.awssdk:codegen") public final class TaskStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskStatistics.Builder,TaskStatistics>
Statistics for the checks performed during the audit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskStatistics.Builder |
builder() |
Integer |
canceledChecks()
The number of checks that did not run because the audit was canceled.
|
Integer |
compliantChecks()
The number of checks that found compliant resources.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedChecks()
The number of checks.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
inProgressChecks()
The number of checks in progress.
|
Integer |
nonCompliantChecks()
The number of checks that found noncompliant resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskStatistics.Builder> |
serializableBuilderClass() |
TaskStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalChecks()
The number of checks in this audit.
|
Integer |
waitingForDataCollectionChecks()
The number of checks waiting for data collection.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer totalChecks()
The number of checks in this audit.
public Integer inProgressChecks()
The number of checks in progress.
public Integer waitingForDataCollectionChecks()
The number of checks waiting for data collection.
public Integer compliantChecks()
The number of checks that found compliant resources.
public Integer nonCompliantChecks()
The number of checks that found noncompliant resources.
public Integer failedChecks()
The number of checks.
public Integer canceledChecks()
The number of checks that did not run because the audit was canceled.
public TaskStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskStatistics.Builder,TaskStatistics>public static TaskStatistics.Builder builder()
public static Class<? extends TaskStatistics.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.