@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditMitigationActionsTasksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListAuditMitigationActionsTasksResult() |
Modifier and Type | Method and Description |
---|---|
ListAuditMitigationActionsTasksResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token for the next set of results.
|
List<AuditMitigationActionsTaskMetadata> |
getTasks()
The collection of audit mitigation tasks that matched the filter criteria.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setTasks(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
String |
toString()
Returns a string representation of this object.
|
ListAuditMitigationActionsTasksResult |
withNextToken(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(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public ListAuditMitigationActionsTasksResult()
public List<AuditMitigationActionsTaskMetadata> getTasks()
The collection of audit mitigation tasks that matched the filter criteria.
public void setTasks(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.
NOTE: This method appends the values to the existing list (if any). Use
setTasks(java.util.Collection)
or withTasks(java.util.Collection)
if you want to override the
existing values.
tasks
- The collection of audit mitigation tasks that matched the filter criteria.public ListAuditMitigationActionsTasksResult withTasks(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 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 ListAuditMitigationActionsTasksResult 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 ListAuditMitigationActionsTasksResult clone()