public class TaskStatisticsForAuditCheck
extends java.lang.Object
implements java.io.Serializable
Provides summary counts of how many tasks for findings are in a particular state. This information is included in the response from DescribeAuditMitigationActionsTask.
Constructor and Description |
---|
TaskStatisticsForAuditCheck() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getCanceledFindingsCount()
The number of findings to which the mitigation action task was canceled
when applied.
|
java.lang.Long |
getFailedFindingsCount()
The number of findings for which at least one of the actions failed when
applied.
|
java.lang.Long |
getSkippedFindingsCount()
The number of findings skipped because of filter conditions provided in
the parameters to the command.
|
java.lang.Long |
getSucceededFindingsCount()
The number of findings for which all mitigation actions succeeded when
applied.
|
java.lang.Long |
getTotalFindingsCount()
The total number of findings to which a task is being applied.
|
int |
hashCode() |
void |
setCanceledFindingsCount(java.lang.Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled
when applied.
|
void |
setFailedFindingsCount(java.lang.Long failedFindingsCount)
The number of findings for which at least one of the actions failed when
applied.
|
void |
setSkippedFindingsCount(java.lang.Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in
the parameters to the command.
|
void |
setSucceededFindingsCount(java.lang.Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when
applied.
|
void |
setTotalFindingsCount(java.lang.Long totalFindingsCount)
The total number of findings to which a task is being applied.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TaskStatisticsForAuditCheck |
withCanceledFindingsCount(java.lang.Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled
when applied.
|
TaskStatisticsForAuditCheck |
withFailedFindingsCount(java.lang.Long failedFindingsCount)
The number of findings for which at least one of the actions failed when
applied.
|
TaskStatisticsForAuditCheck |
withSkippedFindingsCount(java.lang.Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in
the parameters to the command.
|
TaskStatisticsForAuditCheck |
withSucceededFindingsCount(java.lang.Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when
applied.
|
TaskStatisticsForAuditCheck |
withTotalFindingsCount(java.lang.Long totalFindingsCount)
The total number of findings to which a task is being applied.
|
public java.lang.Long getTotalFindingsCount()
The total number of findings to which a task is being applied.
The total number of findings to which a task is being applied.
public void setTotalFindingsCount(java.lang.Long totalFindingsCount)
The total number of findings to which a task is being applied.
totalFindingsCount
- The total number of findings to which a task is being applied.
public TaskStatisticsForAuditCheck withTotalFindingsCount(java.lang.Long totalFindingsCount)
The total number of findings to which a task is being applied.
Returns a reference to this object so that method calls can be chained together.
totalFindingsCount
- The total number of findings to which a task is being applied.
public java.lang.Long getFailedFindingsCount()
The number of findings for which at least one of the actions failed when applied.
The number of findings for which at least one of the actions failed when applied.
public void setFailedFindingsCount(java.lang.Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
failedFindingsCount
- The number of findings for which at least one of the actions failed when applied.
public TaskStatisticsForAuditCheck withFailedFindingsCount(java.lang.Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
Returns a reference to this object so that method calls can be chained together.
failedFindingsCount
- The number of findings for which at least one of the actions failed when applied.
public java.lang.Long getSucceededFindingsCount()
The number of findings for which all mitigation actions succeeded when applied.
The number of findings for which all mitigation actions succeeded when applied.
public void setSucceededFindingsCount(java.lang.Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
succeededFindingsCount
- The number of findings for which all mitigation actions succeeded when applied.
public TaskStatisticsForAuditCheck withSucceededFindingsCount(java.lang.Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
Returns a reference to this object so that method calls can be chained together.
succeededFindingsCount
- The number of findings for which all mitigation actions succeeded when applied.
public java.lang.Long getSkippedFindingsCount()
The number of findings skipped because of filter conditions provided in the parameters to the command.
The number of findings skipped because of filter conditions provided in the parameters to the command.
public void setSkippedFindingsCount(java.lang.Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
skippedFindingsCount
- The number of findings skipped because of filter conditions provided in the parameters to the command.
public TaskStatisticsForAuditCheck withSkippedFindingsCount(java.lang.Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
Returns a reference to this object so that method calls can be chained together.
skippedFindingsCount
- The number of findings skipped because of filter conditions provided in the parameters to the command.
public java.lang.Long getCanceledFindingsCount()
The number of findings to which the mitigation action task was canceled when applied.
The number of findings to which the mitigation action task was canceled when applied.
public void setCanceledFindingsCount(java.lang.Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
canceledFindingsCount
- The number of findings to which the mitigation action task was canceled when applied.
public TaskStatisticsForAuditCheck withCanceledFindingsCount(java.lang.Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
Returns a reference to this object so that method calls can be chained together.
canceledFindingsCount
- The number of findings to which the mitigation action task was canceled when applied.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.