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