public class ListAuditMitigationActionsExecutionsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListAuditMitigationActionsExecutionsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<AuditMitigationActionExecutionMetadata> |
getActionsExecutions()
A set of task execution results based on the input parameters.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
int |
hashCode() |
void |
setActionsExecutions(java.util.Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAuditMitigationActionsExecutionsResult |
withActionsExecutions(AuditMitigationActionExecutionMetadata... actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResult |
withActionsExecutions(java.util.Collection<AuditMitigationActionExecutionMetadata> actionsExecutions)
A set of task execution results based on the input parameters.
|
ListAuditMitigationActionsExecutionsResult |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
public ListAuditMitigationActionsExecutionsResult()
public java.util.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.
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(java.util.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.
Returns a reference to this object so that method calls can be chained together.
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(java.util.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.
Returns a reference to this object so that method calls can be chained together.
actionsExecutions - A set of task execution results based on the input parameters. Details include the mitigation action applied, start time, and task status.
public java.lang.String getNextToken()
The token for the next set of results.
The token for the next set of results.
public void setNextToken(java.lang.String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.
public ListAuditMitigationActionsExecutionsResult withNextToken(java.lang.String nextToken)
The token for the next set of results.
Returns a reference to this object so that method calls can be chained together.
nextToken - The token for the next set of results.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.