@Generated(value="software.amazon.awssdk:codegen") public final class TaskStatisticsForAuditCheck extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TaskStatisticsForAuditCheck.Builder,TaskStatisticsForAuditCheck>
Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TaskStatisticsForAuditCheck.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskStatisticsForAuditCheck.Builder |
builder() |
Long |
canceledFindingsCount()
The number of findings to which the mitigation action task was canceled when applied.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
failedFindingsCount()
The number of findings for which at least one of the actions failed when applied.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TaskStatisticsForAuditCheck.Builder> |
serializableBuilderClass() |
Long |
skippedFindingsCount()
The number of findings skipped because of filter conditions provided in the parameters to the command.
|
Long |
succeededFindingsCount()
The number of findings for which all mitigation actions succeeded when applied.
|
TaskStatisticsForAuditCheck.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalFindingsCount()
The total number of findings to which a task is being applied.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long totalFindingsCount()
The total number of findings to which a task is being applied.
public Long failedFindingsCount()
The number of findings for which at least one of the actions failed when applied.
public Long succeededFindingsCount()
The number of findings for which all mitigation actions succeeded when applied.
public Long skippedFindingsCount()
The number of findings skipped because of filter conditions provided in the parameters to the command.
public Long canceledFindingsCount()
The number of findings to which the mitigation action task was canceled when applied.
public TaskStatisticsForAuditCheck.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TaskStatisticsForAuditCheck.Builder,TaskStatisticsForAuditCheck>public static TaskStatisticsForAuditCheck.Builder builder()
public static Class<? extends TaskStatisticsForAuditCheck.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.