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