@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelMLTaskRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CancelMLTaskRunRequest() |
Modifier and Type | Method and Description |
---|---|
CancelMLTaskRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getTaskRunId()
A unique identifier for the task run.
|
String |
getTransformId()
The unique identifier of the machine learning transform.
|
int |
hashCode() |
void |
setTaskRunId(String taskRunId)
A unique identifier for the task run.
|
void |
setTransformId(String transformId)
The unique identifier of the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
CancelMLTaskRunRequest |
withTaskRunId(String taskRunId)
A unique identifier for the task run.
|
CancelMLTaskRunRequest |
withTransformId(String transformId)
The unique identifier of the machine learning transform.
|
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 void setTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public String getTransformId()
The unique identifier of the machine learning transform.
public CancelMLTaskRunRequest withTransformId(String transformId)
The unique identifier of the machine learning transform.
transformId
- The unique identifier of the machine learning transform.public void setTaskRunId(String taskRunId)
A unique identifier for the task run.
taskRunId
- A unique identifier for the task run.public String getTaskRunId()
A unique identifier for the task run.
public CancelMLTaskRunRequest withTaskRunId(String taskRunId)
A unique identifier for the task run.
taskRunId
- A unique identifier for the task run.public String toString()
toString
in class Object
Object.toString()
public CancelMLTaskRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()