@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMLLabelingSetGenerationTaskRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartMLLabelingSetGenerationTaskRunResult() |
Modifier and Type | Method and Description |
---|---|
StartMLLabelingSetGenerationTaskRunResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskRunId()
The unique run identifier that is associated with this task run.
|
int |
hashCode() |
void |
setTaskRunId(String taskRunId)
The unique run identifier that is associated with this task run.
|
String |
toString()
Returns a string representation of this object.
|
StartMLLabelingSetGenerationTaskRunResult |
withTaskRunId(String taskRunId)
The unique run identifier that is associated with this task run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public StartMLLabelingSetGenerationTaskRunResult()
public void setTaskRunId(String taskRunId)
The unique run identifier that is associated with this task run.
taskRunId
- The unique run identifier that is associated with this task run.public String getTaskRunId()
The unique run identifier that is associated with this task run.
public StartMLLabelingSetGenerationTaskRunResult withTaskRunId(String taskRunId)
The unique run identifier that is associated with this task run.
taskRunId
- The unique run identifier that is associated with this task run.public String toString()
toString
in class Object
Object.toString()
public StartMLLabelingSetGenerationTaskRunResult clone()