public class ListAuditMitigationActionsTasksResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListAuditMitigationActionsTasksResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The token for the next set of results.
|
java.util.List<AuditMitigationActionsTaskMetadata> |
getTasks()
The collection of audit mitigation tasks that matched the filter
criteria.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
void |
setTasks(java.util.Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter
criteria.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAuditMitigationActionsTasksResult |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListAuditMitigationActionsTasksResult |
withTasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter
criteria.
|
ListAuditMitigationActionsTasksResult |
withTasks(java.util.Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter
criteria.
|
public ListAuditMitigationActionsTasksResult()
public java.util.List<AuditMitigationActionsTaskMetadata> getTasks()
The collection of audit mitigation tasks that matched the filter criteria.
The collection of audit mitigation tasks that matched the filter criteria.
public void setTasks(java.util.Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
tasks - The collection of audit mitigation tasks that matched the filter criteria.
public ListAuditMitigationActionsTasksResult withTasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
Returns a reference to this object so that method calls can be chained together.
tasks - The collection of audit mitigation tasks that matched the filter criteria.
public ListAuditMitigationActionsTasksResult withTasks(java.util.Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
Returns a reference to this object so that method calls can be chained together.
tasks - The collection of audit mitigation tasks that matched the filter criteria.
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 ListAuditMitigationActionsTasksResult 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.