@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartAuditMitigationActionsTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartAuditMitigationActionsTaskResult() |
Modifier and Type | Method and Description |
---|---|
StartAuditMitigationActionsTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskId()
The unique identifier for the audit mitigation task.
|
int |
hashCode() |
void |
setTaskId(String taskId)
The unique identifier for the audit mitigation task.
|
String |
toString()
Returns a string representation of this object.
|
StartAuditMitigationActionsTaskResult |
withTaskId(String taskId)
The unique identifier for the audit mitigation task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public StartAuditMitigationActionsTaskResult()
public void setTaskId(String taskId)
The unique identifier for the audit mitigation task. This matches the taskId
that you specified in
the request.
taskId
- The unique identifier for the audit mitigation task. This matches the taskId
that you
specified in the request.public String getTaskId()
The unique identifier for the audit mitigation task. This matches the taskId
that you specified in
the request.
taskId
that you
specified in the request.public StartAuditMitigationActionsTaskResult withTaskId(String taskId)
The unique identifier for the audit mitigation task. This matches the taskId
that you specified in
the request.
taskId
- The unique identifier for the audit mitigation task. This matches the taskId
that you
specified in the request.public String toString()
toString
in class Object
Object.toString()
public StartAuditMitigationActionsTaskResult clone()