@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectMitigationActionsTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDetectMitigationActionsTasksRequest() |
Modifier and Type | Method and Description |
---|---|
ListDetectMitigationActionsTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getEndTime()
The end of the time period for which ML Detect mitigation actions tasks are returned.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
Date |
getStartTime()
A filter to limit results to those found after the specified time.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
void |
setNextToken(String nextToken)
The token for the next set of results.
|
void |
setStartTime(Date startTime)
A filter to limit results to those found after the specified time.
|
String |
toString()
Returns a string representation of this object.
|
ListDetectMitigationActionsTasksRequest |
withEndTime(Date endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
|
ListDetectMitigationActionsTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectMitigationActionsTasksRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListDetectMitigationActionsTasksRequest |
withStartTime(Date startTime)
A filter to limit results to those found after the specified time.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListDetectMitigationActionsTasksRequest()
public void setMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.public Integer getMaxResults()
The maximum number of results to return at one time. The default is 25.
public ListDetectMitigationActionsTasksRequest withMaxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.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 ListDetectMitigationActionsTasksRequest withNextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.public void setStartTime(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 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.
public ListDetectMitigationActionsTasksRequest withStartTime(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 void setEndTime(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 Date getEndTime()
The end of the time period for which ML Detect mitigation actions tasks are returned.
public ListDetectMitigationActionsTasksRequest withEndTime(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 String toString()
toString
in class Object
Object.toString()
public ListDetectMitigationActionsTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()