@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) |
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 non-compliant resources.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskStatistics.Builder> |
serializableBuilderClass() |
TaskStatistics.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
totalChecks()
The number of checks in this audit.
|
Integer |
waitingForDataCollectionChecks()
The number of checks waiting for data collection.
|
copy
public 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 non-compliant 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TaskStatistics.Builder,TaskStatistics>
public static TaskStatistics.Builder builder()
public static Class<? extends TaskStatistics.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.