Class TaskStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.iot.model.TaskStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TaskStatistics.Builder,TaskStatistics>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTaskStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskStatistics.Builderbuilder()IntegercanceledChecks()The number of checks that did not run because the audit was canceled.IntegercompliantChecks()The number of checks that found compliant resources.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfailedChecks()The number of checks.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerinProgressChecks()The number of checks in progress.IntegernonCompliantChecks()The number of checks that found noncompliant resources.List<SdkField<?>>sdkFields()static Class<? extends TaskStatistics.Builder>serializableBuilderClass()TaskStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalChecks()The number of checks in this audit.IntegerwaitingForDataCollectionChecks()The number of checks waiting for data collection.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
totalChecks
public final Integer totalChecks()
The number of checks in this audit.
- Returns:
- The number of checks in this audit.
-
inProgressChecks
public final Integer inProgressChecks()
The number of checks in progress.
- Returns:
- The number of checks in progress.
-
waitingForDataCollectionChecks
public final Integer waitingForDataCollectionChecks()
The number of checks waiting for data collection.
- Returns:
- The number of checks waiting for data collection.
-
compliantChecks
public final Integer compliantChecks()
The number of checks that found compliant resources.
- Returns:
- The number of checks that found compliant resources.
-
nonCompliantChecks
public final Integer nonCompliantChecks()
The number of checks that found noncompliant resources.
- Returns:
- The number of checks that found noncompliant resources.
-
failedChecks
public final Integer failedChecks()
The number of checks.
- Returns:
- The number of checks.
-
canceledChecks
public final Integer canceledChecks()
The number of checks that did not run because the audit was canceled.
- Returns:
- The number of checks that did not run because the audit was canceled.
-
toBuilder
public TaskStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TaskStatistics.Builder,TaskStatistics>
-
builder
public static TaskStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends TaskStatistics.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-