public class ListAuditMitigationActionsExecutionsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets the status of audit mitigation action tasks that were executed.
| Constructor and Description |
|---|
ListAuditMitigationActionsExecutionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionStatus()
Specify this filter to limit results to those with a specific status.
|
java.lang.String |
getFindingId()
Specify this filter to limit results to those that were applied to a
specific audit finding.
|
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.lang.String |
getTaskId()
Specify this filter to limit results to actions for a specific audit
mitigation actions task.
|
int |
hashCode() |
void |
setActionStatus(AuditMitigationActionsExecutionStatus actionStatus)
Specify this filter to limit results to those with a specific status.
|
void |
setActionStatus(java.lang.String actionStatus)
Specify this filter to limit results to those with a specific status.
|
void |
setFindingId(java.lang.String findingId)
Specify this filter to limit results to those that were applied to a
specific audit finding.
|
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 |
setTaskId(java.lang.String taskId)
Specify this filter to limit results to actions for a specific audit
mitigation actions task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListAuditMitigationActionsExecutionsRequest |
withActionStatus(AuditMitigationActionsExecutionStatus actionStatus)
Specify this filter to limit results to those with a specific status.
|
ListAuditMitigationActionsExecutionsRequest |
withActionStatus(java.lang.String actionStatus)
Specify this filter to limit results to those with a specific status.
|
ListAuditMitigationActionsExecutionsRequest |
withFindingId(java.lang.String findingId)
Specify this filter to limit results to those that were applied to a
specific audit finding.
|
ListAuditMitigationActionsExecutionsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditMitigationActionsExecutionsRequest |
withNextToken(java.lang.String nextToken)
The token for the next set of results.
|
ListAuditMitigationActionsExecutionsRequest |
withTaskId(java.lang.String taskId)
Specify this filter to limit results to actions for a specific audit
mitigation actions task.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic ListAuditMitigationActionsExecutionsRequest()
public java.lang.String getTaskId()
Specify this filter to limit results to actions for a specific audit mitigation actions task.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
Specify this filter to limit results to actions for a specific audit mitigation actions task.
public void setTaskId(java.lang.String taskId)
Specify this filter to limit results to actions for a specific audit mitigation actions task.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
taskId - Specify this filter to limit results to actions for a specific audit mitigation actions task.
public ListAuditMitigationActionsExecutionsRequest withTaskId(java.lang.String taskId)
Specify this filter to limit results to actions for a specific audit mitigation actions task.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
taskId - Specify this filter to limit results to actions for a specific audit mitigation actions task.
public java.lang.String getActionStatus()
Specify this filter to limit results to those with a specific status.
Constraints:
Allowed Values: IN_PROGRESS, COMPLETED, FAILED, CANCELED, SKIPPED,
PENDING
Specify this filter to limit results to those with a specific status.
AuditMitigationActionsExecutionStatuspublic void setActionStatus(java.lang.String actionStatus)
Specify this filter to limit results to those with a specific status.
Constraints:
Allowed Values: IN_PROGRESS, COMPLETED, FAILED, CANCELED, SKIPPED,
PENDING
actionStatus - Specify this filter to limit results to those with a specific status.
AuditMitigationActionsExecutionStatuspublic ListAuditMitigationActionsExecutionsRequest withActionStatus(java.lang.String actionStatus)
Specify this filter to limit results to those with a specific status.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: IN_PROGRESS, COMPLETED, FAILED, CANCELED, SKIPPED,
PENDING
actionStatus - Specify this filter to limit results to those with a specific status.
AuditMitigationActionsExecutionStatuspublic void setActionStatus(AuditMitigationActionsExecutionStatus actionStatus)
Specify this filter to limit results to those with a specific status.
Constraints:
Allowed Values: IN_PROGRESS, COMPLETED, FAILED, CANCELED, SKIPPED,
PENDING
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: IN_PROGRESS, COMPLETED, FAILED, CANCELED, SKIPPED,
PENDING
actionStatus - Specify this filter to limit results to those with a specific status.
AuditMitigationActionsExecutionStatuspublic java.lang.String getFindingId()
Specify this filter to limit results to those that were applied to a specific audit finding.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
Specify this filter to limit results to those that were applied to a specific audit finding.
public void setFindingId(java.lang.String findingId)
Specify this filter to limit results to those that were applied to a specific audit finding.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
findingId - Specify this filter to limit results to those that were applied to a specific audit finding.
public ListAuditMitigationActionsExecutionsRequest withFindingId(java.lang.String findingId)
Specify this filter to limit results to those that were applied to a specific audit finding.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
findingId - Specify this filter to limit results to those that were applied to a specific audit finding.
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 ListAuditMitigationActionsExecutionsRequest 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 ListAuditMitigationActionsExecutionsRequest 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.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.