public class ListDetectMitigationActionsTasksRequest extends AmazonWebServiceRequest implements java.io.Serializable
List of Device Defender ML Detect mitigation actions tasks.
Constructor and Description |
---|
ListDetectMitigationActionsTasksRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getEndTime()
The end of the time period for which ML Detect mitigation actions tasks
are returned.
|
java.lang.Integer |
getMaxResults()
The maximum number of results to return at one time.
|
java.lang.String |
getNextToken()
The token for the next set of results.
|
java.util.Date |
getStartTime()
A filter to limit results to those found after the specified time.
|
int |
hashCode() |
void |
setEndTime(java.util.Date endTime)
The end of the time period for which ML Detect mitigation actions tasks
are returned.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(java.lang.String nextToken)
The token for the next set of results.
|
void |
setStartTime(java.util.Date startTime)
A filter to limit results to those found after the specified time.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListDetectMitigationActionsTasksRequest |
withEndTime(java.util.Date endTime)
The end of the time period for which ML Detect mitigation actions tasks
are returned.
|
ListDetectMitigationActionsTasksRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectMitigationActionsTasksRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListDetectMitigationActionsTasksRequest |
withStartTime(java.util.Date startTime)
A filter to limit results to those found after the specified time.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public ListDetectMitigationActionsTasksRequest()
public java.lang.Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 250
The maximum number of results to return at one time. The default is 25.
public void setMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time. The default is 25.
public ListDetectMitigationActionsTasksRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time. The default is 25.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 250
maxResults
- The maximum number of results to return at one time. The default is 25.
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 ListDetectMitigationActionsTasksRequest 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.util.Date getStartTime()
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
public void setStartTime(java.util.Date startTime)
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
startTime
- A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
public ListDetectMitigationActionsTasksRequest withStartTime(java.util.Date startTime)
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
Returns a reference to this object so that method calls can be chained together.
startTime
- A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
public java.util.Date getEndTime()
The end of the time period for which ML Detect mitigation actions tasks are returned.
The end of the time period for which ML Detect mitigation actions tasks are returned.
public void setEndTime(java.util.Date endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
endTime
- The end of the time period for which ML Detect mitigation actions tasks are returned.
public ListDetectMitigationActionsTasksRequest withEndTime(java.util.Date endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
Returns a reference to this object so that method calls can be chained together.
endTime
- The end of the time period for which ML Detect mitigation actions tasks are returned.
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.