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