@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskRunProperties extends Object implements Serializable, Cloneable, StructuredPojo
The configuration properties for the task run.
| Constructor and Description |
|---|
TaskRunProperties() |
| Modifier and Type | Method and Description |
|---|---|
TaskRunProperties |
clone() |
boolean |
equals(Object obj) |
ExportLabelsTaskRunProperties |
getExportLabelsTaskRunProperties()
The configuration properties for an exporting labels task run.
|
FindMatchesTaskRunProperties |
getFindMatchesTaskRunProperties()
The configuration properties for a find matches task run.
|
ImportLabelsTaskRunProperties |
getImportLabelsTaskRunProperties()
The configuration properties for an importing labels task run.
|
LabelingSetGenerationTaskRunProperties |
getLabelingSetGenerationTaskRunProperties()
The configuration properties for a labeling set generation task run.
|
String |
getTaskType()
The type of task run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setExportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
|
void |
setFindMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
|
void |
setImportLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
|
void |
setLabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
|
void |
setTaskType(String taskType)
The type of task run.
|
String |
toString()
Returns a string representation of this object.
|
TaskRunProperties |
withExportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
|
TaskRunProperties |
withFindMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
|
TaskRunProperties |
withImportLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
|
TaskRunProperties |
withLabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
|
TaskRunProperties |
withTaskType(String taskType)
The type of task run.
|
TaskRunProperties |
withTaskType(TaskType taskType)
The type of task run.
|
public void setTaskType(String taskType)
The type of task run.
taskType - The type of task run.TaskTypepublic String getTaskType()
The type of task run.
TaskTypepublic TaskRunProperties withTaskType(String taskType)
The type of task run.
taskType - The type of task run.TaskTypepublic TaskRunProperties withTaskType(TaskType taskType)
The type of task run.
taskType - The type of task run.TaskTypepublic void setImportLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
importLabelsTaskRunProperties - The configuration properties for an importing labels task run.public ImportLabelsTaskRunProperties getImportLabelsTaskRunProperties()
The configuration properties for an importing labels task run.
public TaskRunProperties withImportLabelsTaskRunProperties(ImportLabelsTaskRunProperties importLabelsTaskRunProperties)
The configuration properties for an importing labels task run.
importLabelsTaskRunProperties - The configuration properties for an importing labels task run.public void setExportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
exportLabelsTaskRunProperties - The configuration properties for an exporting labels task run.public ExportLabelsTaskRunProperties getExportLabelsTaskRunProperties()
The configuration properties for an exporting labels task run.
public TaskRunProperties withExportLabelsTaskRunProperties(ExportLabelsTaskRunProperties exportLabelsTaskRunProperties)
The configuration properties for an exporting labels task run.
exportLabelsTaskRunProperties - The configuration properties for an exporting labels task run.public void setLabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
labelingSetGenerationTaskRunProperties - The configuration properties for a labeling set generation task run.public LabelingSetGenerationTaskRunProperties getLabelingSetGenerationTaskRunProperties()
The configuration properties for a labeling set generation task run.
public TaskRunProperties withLabelingSetGenerationTaskRunProperties(LabelingSetGenerationTaskRunProperties labelingSetGenerationTaskRunProperties)
The configuration properties for a labeling set generation task run.
labelingSetGenerationTaskRunProperties - The configuration properties for a labeling set generation task run.public void setFindMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
findMatchesTaskRunProperties - The configuration properties for a find matches task run.public FindMatchesTaskRunProperties getFindMatchesTaskRunProperties()
The configuration properties for a find matches task run.
public TaskRunProperties withFindMatchesTaskRunProperties(FindMatchesTaskRunProperties findMatchesTaskRunProperties)
The configuration properties for a find matches task run.
findMatchesTaskRunProperties - The configuration properties for a find matches task run.public String toString()
toString in class ObjectObject.toString()public TaskRunProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.