@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskStatisticsForAuditCheck extends Object implements Serializable, Cloneable, StructuredPojo
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 |
---|---|
TaskStatisticsForAuditCheck |
clone() |
boolean |
equals(Object obj) |
Long |
getCanceledFindingsCount()
The number of findings to which the mitigation action task was canceled when applied.
|
Long |
getFailedFindingsCount()
The number of findings for which at least one of the actions failed when applied.
|
Long |
getSkippedFindingsCount()
The number of findings skipped because of filter conditions provided in the parameters to the command.
|
Long |
getSucceededFindingsCount()
The number of findings for which all mitigation actions succeeded when applied.
|
Long |
getTotalFindingsCount()
The total number of findings to which a task is being applied.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCanceledFindingsCount(Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
|
void |
setFailedFindingsCount(Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
|
void |
setSkippedFindingsCount(Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
|
void |
setSucceededFindingsCount(Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
|
void |
setTotalFindingsCount(Long totalFindingsCount)
The total number of findings to which a task is being applied.
|
String |
toString()
Returns a string representation of this object.
|
TaskStatisticsForAuditCheck |
withCanceledFindingsCount(Long canceledFindingsCount)
The number of findings to which the mitigation action task was canceled when applied.
|
TaskStatisticsForAuditCheck |
withFailedFindingsCount(Long failedFindingsCount)
The number of findings for which at least one of the actions failed when applied.
|
TaskStatisticsForAuditCheck |
withSkippedFindingsCount(Long skippedFindingsCount)
The number of findings skipped because of filter conditions provided in the parameters to the command.
|
TaskStatisticsForAuditCheck |
withSucceededFindingsCount(Long succeededFindingsCount)
The number of findings for which all mitigation actions succeeded when applied.
|
TaskStatisticsForAuditCheck |
withTotalFindingsCount(Long totalFindingsCount)
The total number of findings to which a task is being applied.
|
public void setTotalFindingsCount(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 Long getTotalFindingsCount()
The total number of findings to which a task is being applied.
public TaskStatisticsForAuditCheck withTotalFindingsCount(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 void setFailedFindingsCount(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 Long getFailedFindingsCount()
The number of findings for which at least one of the actions failed when applied.
public TaskStatisticsForAuditCheck withFailedFindingsCount(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 void setSucceededFindingsCount(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 Long getSucceededFindingsCount()
The number of findings for which all mitigation actions succeeded when applied.
public TaskStatisticsForAuditCheck withSucceededFindingsCount(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 void setSkippedFindingsCount(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 Long getSkippedFindingsCount()
The number of findings skipped because of filter conditions provided in the parameters to the command.
public TaskStatisticsForAuditCheck withSkippedFindingsCount(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 void setCanceledFindingsCount(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 Long getCanceledFindingsCount()
The number of findings to which the mitigation action task was canceled when applied.
public TaskStatisticsForAuditCheck withCanceledFindingsCount(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 String toString()
toString
in class Object
Object.toString()
public TaskStatisticsForAuditCheck clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.