@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDetectMitigationActionsTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartDetectMitigationActionsTaskResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartDetectMitigationActionsTaskResult | clone() | 
| 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. | 
| StartDetectMitigationActionsTaskResult | withTaskId(String taskId)
 The unique identifier of the task. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic StartDetectMitigationActionsTaskResult()
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 StartDetectMitigationActionsTaskResult 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 StartDetectMitigationActionsTaskResult clone()