@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditMitigationActionsExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAuditMitigationActionsExecutionsResult() |
Modifier and Type | Method and Description |
---|---|
ListAuditMitigationActionsExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<AuditMitigationActionExecutionMetadata> |
getActionsExecutions()
A set of task execution results based on the input parameters.
|
String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setActionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
String |
toString()
Returns a string representation of this object.
|
ListAuditMitigationActionsExecutionsResult |
withActionsExecutions(AuditMitigationActionExecutionMetadata... actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResult |
withActionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResult |
withNextToken(String nextToken)
The token for the next set of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAuditMitigationActionsExecutionsResult()
public List<AuditMitigationActionExecutionMetadata> getActionsExecutions()
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
public void setActionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
actionsExecutions
- A set of task execution results based on the input parameters. Details include the mitigation action
applied, start time, and task status.public ListAuditMitigationActionsExecutionsResult withActionsExecutions(AuditMitigationActionExecutionMetadata... actionsExecutions)
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
NOTE: This method appends the values to the existing list (if any). Use
setActionsExecutions(java.util.Collection)
or withActionsExecutions(java.util.Collection)
if
you want to override the existing values.
actionsExecutions
- A set of task execution results based on the input parameters. Details include the mitigation action
applied, start time, and task status.public ListAuditMitigationActionsExecutionsResult withActionsExecutions(Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
actionsExecutions
- A set of task execution results based on the input parameters. Details include the mitigation action
applied, start time, and task status.public void setNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String getNextToken()
The token for the next set of results.
public ListAuditMitigationActionsExecutionsResult withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public String toString()
toString
in class Object
Object.toString()
public ListAuditMitigationActionsExecutionsResult clone()