@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAuditMitigationActionsExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAuditMitigationActionsExecutionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAuditMitigationActionsExecutionsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getActionStatus()
Specify this filter to limit results to those with a specific status.
|
String |
getFindingId()
Specify this filter to limit results to those 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.
|
String |
getTaskId()
Specify this filter to limit results to actions for a specific audit mitigation actions task.
|
int |
hashCode() |
void |
setActionStatus(String actionStatus)
Specify this filter to limit results to those with a specific status.
|
void |
setFindingId(String findingId)
Specify this filter to limit results to those 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 |
setTaskId(String taskId)
Specify this filter to limit results to actions for a specific audit mitigation actions task.
|
String |
toString()
Returns a string representation of this object.
|
ListAuditMitigationActionsExecutionsRequest |
withActionStatus(AuditMitigationActionsExecutionStatus actionStatus)
Specify this filter to limit results to those with a specific status.
|
ListAuditMitigationActionsExecutionsRequest |
withActionStatus(String actionStatus)
Specify this filter to limit results to those with a specific status.
|
ListAuditMitigationActionsExecutionsRequest |
withFindingId(String findingId)
Specify this filter to limit results to those that were applied to a specific audit finding.
|
ListAuditMitigationActionsExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditMitigationActionsExecutionsRequest |
withNextToken(String nextToken)
The token for the next set of results.
|
ListAuditMitigationActionsExecutionsRequest |
withTaskId(String taskId)
Specify this filter to limit results to actions for a specific audit mitigation actions task.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic ListAuditMitigationActionsExecutionsRequest()
public void setTaskId(String taskId)
Specify this filter to limit results to actions for a specific audit mitigation actions task.
taskId - Specify this filter to limit results to actions for a specific audit mitigation actions task.public String getTaskId()
Specify this filter to limit results to actions for a specific audit mitigation actions task.
public ListAuditMitigationActionsExecutionsRequest withTaskId(String taskId)
Specify this filter to limit results to actions for a specific audit mitigation actions task.
taskId - Specify this filter to limit results to actions for a specific audit mitigation actions task.public void setActionStatus(String actionStatus)
Specify this filter to limit results to those with a specific status.
actionStatus - Specify this filter to limit results to those with a specific status.AuditMitigationActionsExecutionStatuspublic String getActionStatus()
Specify this filter to limit results to those with a specific status.
AuditMitigationActionsExecutionStatuspublic ListAuditMitigationActionsExecutionsRequest withActionStatus(String actionStatus)
Specify this filter to limit results to those with a specific status.
actionStatus - Specify this filter to limit results to those with a specific status.AuditMitigationActionsExecutionStatuspublic ListAuditMitigationActionsExecutionsRequest withActionStatus(AuditMitigationActionsExecutionStatus actionStatus)
Specify this filter to limit results to those with a specific status.
actionStatus - Specify this filter to limit results to those with a specific status.AuditMitigationActionsExecutionStatuspublic void setFindingId(String findingId)
Specify this filter to limit results to those that were applied to a specific audit finding.
findingId - Specify this filter to limit results to those that were applied to a specific audit finding.public String getFindingId()
Specify this filter to limit results to those that were applied to a specific audit finding.
public ListAuditMitigationActionsExecutionsRequest withFindingId(String findingId)
Specify this filter to limit results to those that were applied to a specific audit finding.
findingId - Specify this filter to limit results to those that were applied to a specific audit finding.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 ListAuditMitigationActionsExecutionsRequest 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 ListAuditMitigationActionsExecutionsRequest 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 ObjectObject.toString()public ListAuditMitigationActionsExecutionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.