public class DescribeAuditMitigationActionsTaskRequest extends AmazonWebServiceRequest implements java.io.Serializable
Gets information about an audit mitigation task that is used to apply mitigation actions to a set of audit findings. Properties include the actions being applied, the audit checks to which they're being applied, the task status, and aggregated task statistics.
| Constructor and Description |
|---|
DescribeAuditMitigationActionsTaskRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTaskId()
The unique identifier for the audit mitigation task.
|
int |
hashCode() |
void |
setTaskId(java.lang.String taskId)
The unique identifier for the audit mitigation task.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAuditMitigationActionsTaskRequest |
withTaskId(java.lang.String taskId)
The unique identifier for the audit mitigation task.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic DescribeAuditMitigationActionsTaskRequest()
public java.lang.String getTaskId()
The unique identifier for the audit mitigation task.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
The unique identifier for the audit mitigation task.
public void setTaskId(java.lang.String taskId)
The unique identifier for the audit mitigation task.
Constraints:
Length: 1 - 128
Pattern: [a-zA-Z0-9_-]+
taskId - The unique identifier for the audit mitigation task.
public DescribeAuditMitigationActionsTaskRequest withTaskId(java.lang.String taskId)
The unique identifier for the audit mitigation 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 - The unique identifier for the audit mitigation task.
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.