@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DetectMitigationActionsTaskStatistics extends Object implements Serializable, Cloneable, StructuredPojo
The statistics of a mitigation action task.
| Constructor and Description | 
|---|
DetectMitigationActionsTaskStatistics()  | 
| Modifier and Type | Method and Description | 
|---|---|
DetectMitigationActionsTaskStatistics | 
clone()  | 
boolean | 
equals(Object obj)  | 
Long | 
getActionsExecuted()
 The actions that were performed. 
 | 
Long | 
getActionsFailed()
 The actions that failed. 
 | 
Long | 
getActionsSkipped()
 The actions that were skipped. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setActionsExecuted(Long actionsExecuted)
 The actions that were performed. 
 | 
void | 
setActionsFailed(Long actionsFailed)
 The actions that failed. 
 | 
void | 
setActionsSkipped(Long actionsSkipped)
 The actions that were skipped. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DetectMitigationActionsTaskStatistics | 
withActionsExecuted(Long actionsExecuted)
 The actions that were performed. 
 | 
DetectMitigationActionsTaskStatistics | 
withActionsFailed(Long actionsFailed)
 The actions that failed. 
 | 
DetectMitigationActionsTaskStatistics | 
withActionsSkipped(Long actionsSkipped)
 The actions that were skipped. 
 | 
public DetectMitigationActionsTaskStatistics()
public void setActionsExecuted(Long actionsExecuted)
The actions that were performed.
actionsExecuted - The actions that were performed.public Long getActionsExecuted()
The actions that were performed.
public DetectMitigationActionsTaskStatistics withActionsExecuted(Long actionsExecuted)
The actions that were performed.
actionsExecuted - The actions that were performed.public void setActionsSkipped(Long actionsSkipped)
The actions that were skipped.
actionsSkipped - The actions that were skipped.public Long getActionsSkipped()
The actions that were skipped.
public DetectMitigationActionsTaskStatistics withActionsSkipped(Long actionsSkipped)
The actions that were skipped.
actionsSkipped - The actions that were skipped.public void setActionsFailed(Long actionsFailed)
The actions that failed.
actionsFailed - The actions that failed.public Long getActionsFailed()
The actions that failed.
public DetectMitigationActionsTaskStatistics withActionsFailed(Long actionsFailed)
The actions that failed.
actionsFailed - The actions that failed.public String toString()
toString in class ObjectObject.toString()public DetectMitigationActionsTaskStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.