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 interface
TaskStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-