public class DetectMitigationActionsTaskStatistics
extends java.lang.Object
implements java.io.Serializable
The statistics of a mitigation action task.
Constructor and Description |
---|
DetectMitigationActionsTaskStatistics() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getActionsExecuted()
The actions that were performed.
|
java.lang.Long |
getActionsFailed()
The actions that failed.
|
java.lang.Long |
getActionsSkipped()
The actions that were skipped.
|
int |
hashCode() |
void |
setActionsExecuted(java.lang.Long actionsExecuted)
The actions that were performed.
|
void |
setActionsFailed(java.lang.Long actionsFailed)
The actions that failed.
|
void |
setActionsSkipped(java.lang.Long actionsSkipped)
The actions that were skipped.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DetectMitigationActionsTaskStatistics |
withActionsExecuted(java.lang.Long actionsExecuted)
The actions that were performed.
|
DetectMitigationActionsTaskStatistics |
withActionsFailed(java.lang.Long actionsFailed)
The actions that failed.
|
DetectMitigationActionsTaskStatistics |
withActionsSkipped(java.lang.Long actionsSkipped)
The actions that were skipped.
|
public DetectMitigationActionsTaskStatistics()
public java.lang.Long getActionsExecuted()
The actions that were performed.
The actions that were performed.
public void setActionsExecuted(java.lang.Long actionsExecuted)
The actions that were performed.
actionsExecuted
- The actions that were performed.
public DetectMitigationActionsTaskStatistics withActionsExecuted(java.lang.Long actionsExecuted)
The actions that were performed.
Returns a reference to this object so that method calls can be chained together.
actionsExecuted
- The actions that were performed.
public java.lang.Long getActionsSkipped()
The actions that were skipped.
The actions that were skipped.
public void setActionsSkipped(java.lang.Long actionsSkipped)
The actions that were skipped.
actionsSkipped
- The actions that were skipped.
public DetectMitigationActionsTaskStatistics withActionsSkipped(java.lang.Long actionsSkipped)
The actions that were skipped.
Returns a reference to this object so that method calls can be chained together.
actionsSkipped
- The actions that were skipped.
public java.lang.Long getActionsFailed()
The actions that failed.
The actions that failed.
public void setActionsFailed(java.lang.Long actionsFailed)
The actions that failed.
actionsFailed
- The actions that failed.
public DetectMitigationActionsTaskStatistics withActionsFailed(java.lang.Long actionsFailed)
The actions that failed.
Returns a reference to this object so that method calls can be chained together.
actionsFailed
- The actions that failed.
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.