@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDetectMitigationActionsExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListDetectMitigationActionsExecutionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDetectMitigationActionsExecutionsRequest |
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 executions 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.
|
String |
getTaskId()
The unique identifier of the task.
|
String |
getThingName()
The name of the thing whose mitigation actions are listed.
|
String |
getViolationId()
The unique identifier of the violation.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The end of the time period for which ML Detect mitigation actions executions 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.
|
void |
setTaskId(String taskId)
The unique identifier of the task.
|
void |
setThingName(String thingName)
The name of the thing whose mitigation actions are listed.
|
void |
setViolationId(String violationId)
The unique identifier of the violation.
|
String |
toString()
Returns a string representation of this object.
|
ListDetectMitigationActionsExecutionsRequest |
withEndTime(Date endTime)
The end of the time period for which ML Detect mitigation actions executions are returned.
|
ListDetectMitigationActionsExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectMitigationActionsExecutionsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListDetectMitigationActionsExecutionsRequest |
withStartTime(Date startTime)
A filter to limit results to those found after the specified time.
|
ListDetectMitigationActionsExecutionsRequest |
withTaskId(String taskId)
The unique identifier of the task.
|
ListDetectMitigationActionsExecutionsRequest |
withThingName(String thingName)
The name of the thing whose mitigation actions are listed.
|
ListDetectMitigationActionsExecutionsRequest |
withViolationId(String violationId)
The unique identifier of the violation.
|
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 ListDetectMitigationActionsExecutionsRequest()
public void setTaskId(String taskId)
The unique identifier of the task.
taskId
- The unique identifier of the task.public String getTaskId()
The unique identifier of the task.
public ListDetectMitigationActionsExecutionsRequest withTaskId(String taskId)
The unique identifier of the task.
taskId
- The unique identifier of the task.public void setViolationId(String violationId)
The unique identifier of the violation.
violationId
- The unique identifier of the violation.public String getViolationId()
The unique identifier of the violation.
public ListDetectMitigationActionsExecutionsRequest withViolationId(String violationId)
The unique identifier of the violation.
violationId
- The unique identifier of the violation.public void setThingName(String thingName)
The name of the thing whose mitigation actions are listed.
thingName
- The name of the thing whose mitigation actions are listed.public String getThingName()
The name of the thing whose mitigation actions are listed.
public ListDetectMitigationActionsExecutionsRequest withThingName(String thingName)
The name of the thing whose mitigation actions are listed.
thingName
- The name of the thing whose mitigation actions are listed.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 ListDetectMitigationActionsExecutionsRequest 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 executions are returned.
endTime
- The end of the time period for which ML Detect mitigation actions executions are returned.public Date getEndTime()
The end of the time period for which ML Detect mitigation actions executions are returned.
public ListDetectMitigationActionsExecutionsRequest withEndTime(Date endTime)
The end of the time period for which ML Detect mitigation actions executions are returned.
endTime
- The end of the time period for which ML Detect mitigation actions executions are returned.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 ListDetectMitigationActionsExecutionsRequest 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 ListDetectMitigationActionsExecutionsRequest 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 ListDetectMitigationActionsExecutionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()