@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditMitigationActionsTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListAuditMitigationActionsTasksRequest() |
Modifier and Type | Method and Description |
---|---|
ListAuditMitigationActionsTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAuditTaskId()
Specify this filter to limit results to tasks that were applied to results for a specific audit.
|
Date |
getEndTime()
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and
time.
|
String |
getFindingId()
Specify this filter to limit results to tasks that were applied to a specific audit finding.
|
Integer |
getMaxResults()
The maximum number of results to return at one time.
|
String |
getNextToken()
The token for the next set of results.
|
Date |
getStartTime()
Specify this filter to limit results to tasks that began on or after a specific date and time.
|
String |
getTaskStatus()
Specify this filter to limit results to tasks that are in a specific state.
|
int |
hashCode() |
void |
setAuditTaskId(String auditTaskId)
Specify this filter to limit results to tasks that were applied to results for a specific audit.
|
void |
setEndTime(Date endTime)
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and
time.
|
void |
setFindingId(String findingId)
Specify this filter to limit results to tasks that were applied to a specific audit finding.
|
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)
Specify this filter to limit results to tasks that began on or after a specific date and time.
|
void |
setTaskStatus(String taskStatus)
Specify this filter to limit results to tasks that are in a specific state.
|
String |
toString()
Returns a string representation of this object.
|
ListAuditMitigationActionsTasksRequest |
withAuditTaskId(String auditTaskId)
Specify this filter to limit results to tasks that were applied to results for a specific audit.
|
ListAuditMitigationActionsTasksRequest |
withEndTime(Date endTime)
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and
time.
|
ListAuditMitigationActionsTasksRequest |
withFindingId(String findingId)
Specify this filter to limit results to tasks that were applied to a specific audit finding.
|
ListAuditMitigationActionsTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditMitigationActionsTasksRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListAuditMitigationActionsTasksRequest |
withStartTime(Date startTime)
Specify this filter to limit results to tasks that began on or after a specific date and time.
|
ListAuditMitigationActionsTasksRequest |
withTaskStatus(AuditMitigationActionsTaskStatus taskStatus)
Specify this filter to limit results to tasks that are in a specific state.
|
ListAuditMitigationActionsTasksRequest |
withTaskStatus(String taskStatus)
Specify this filter to limit results to tasks that are in a specific state.
|
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 ListAuditMitigationActionsTasksRequest()
public void setAuditTaskId(String auditTaskId)
Specify this filter to limit results to tasks that were applied to results for a specific audit.
auditTaskId
- Specify this filter to limit results to tasks that were applied to results for a specific audit.public String getAuditTaskId()
Specify this filter to limit results to tasks that were applied to results for a specific audit.
public ListAuditMitigationActionsTasksRequest withAuditTaskId(String auditTaskId)
Specify this filter to limit results to tasks that were applied to results for a specific audit.
auditTaskId
- Specify this filter to limit results to tasks that were applied to results for a specific audit.public void setFindingId(String findingId)
Specify this filter to limit results to tasks that were applied to a specific audit finding.
findingId
- Specify this filter to limit results to tasks that were applied to a specific audit finding.public String getFindingId()
Specify this filter to limit results to tasks that were applied to a specific audit finding.
public ListAuditMitigationActionsTasksRequest withFindingId(String findingId)
Specify this filter to limit results to tasks that were applied to a specific audit finding.
findingId
- Specify this filter to limit results to tasks that were applied to a specific audit finding.public void setTaskStatus(String taskStatus)
Specify this filter to limit results to tasks that are in a specific state.
taskStatus
- Specify this filter to limit results to tasks that are in a specific state.AuditMitigationActionsTaskStatus
public String getTaskStatus()
Specify this filter to limit results to tasks that are in a specific state.
AuditMitigationActionsTaskStatus
public ListAuditMitigationActionsTasksRequest withTaskStatus(String taskStatus)
Specify this filter to limit results to tasks that are in a specific state.
taskStatus
- Specify this filter to limit results to tasks that are in a specific state.AuditMitigationActionsTaskStatus
public ListAuditMitigationActionsTasksRequest withTaskStatus(AuditMitigationActionsTaskStatus taskStatus)
Specify this filter to limit results to tasks that are in a specific state.
taskStatus
- Specify this filter to limit results to tasks that are in a specific state.AuditMitigationActionsTaskStatus
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 ListAuditMitigationActionsTasksRequest 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 ListAuditMitigationActionsTasksRequest 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)
Specify this filter to limit results to tasks that began on or after a specific date and time.
startTime
- Specify this filter to limit results to tasks that began on or after a specific date and time.public Date getStartTime()
Specify this filter to limit results to tasks that began on or after a specific date and time.
public ListAuditMitigationActionsTasksRequest withStartTime(Date startTime)
Specify this filter to limit results to tasks that began on or after a specific date and time.
startTime
- Specify this filter to limit results to tasks that began on or after a specific date and time.public void setEndTime(Date endTime)
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.
endTime
- Specify this filter to limit results to tasks that were completed or canceled on or before a specific date
and time.public Date getEndTime()
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.
public ListAuditMitigationActionsTasksRequest withEndTime(Date endTime)
Specify this filter to limit results to tasks that were completed or canceled on or before a specific date and time.
endTime
- Specify this filter to limit results to tasks that were completed or canceled on or before a specific date
and time.public String toString()
toString
in class Object
Object.toString()
public ListAuditMitigationActionsTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()