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