@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, wait
copy
public final Integer totalChecks()
The number of checks in this audit.
public final Integer inProgressChecks()
The number of checks in progress.
public final Integer waitingForDataCollectionChecks()
The number of checks waiting for data collection.
public final Integer compliantChecks()
The number of checks that found compliant resources.
public final Integer nonCompliantChecks()
The number of checks that found noncompliant resources.
public final Integer failedChecks()
The number of checks.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.