@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDetectMitigationActionsTaskRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
DescribeDetectMitigationActionsTaskRequest()  | 
| Modifier and Type | Method and Description | 
|---|---|
DescribeDetectMitigationActionsTaskRequest | 
clone()
Creates a shallow clone of this object for all fields except the handler context. 
 | 
boolean | 
equals(Object obj)  | 
String | 
getTaskId()
 The unique identifier of the task. 
 | 
int | 
hashCode()  | 
void | 
setTaskId(String taskId)
 The unique identifier of the task. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeDetectMitigationActionsTaskRequest | 
withTaskId(String taskId)
 The unique identifier of the task. 
 | 
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, withSdkRequestTimeoutpublic DescribeDetectMitigationActionsTaskRequest()
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 DescribeDetectMitigationActionsTaskRequest withTaskId(String taskId)
The unique identifier of the task.
taskId - The unique identifier of the task.public String toString()
toString in class ObjectObject.toString()public DescribeDetectMitigationActionsTaskRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()