@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateDataSetImportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateDataSetImportTaskResult() |
Modifier and Type | Method and Description |
---|---|
CreateDataSetImportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getTaskId()
The task identifier.
|
int |
hashCode() |
void |
setTaskId(String taskId)
The task identifier.
|
String |
toString()
Returns a string representation of this object.
|
CreateDataSetImportTaskResult |
withTaskId(String taskId)
The task identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTaskId(String taskId)
The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetImportTask operation to obtain the status of this task.
taskId
- The task identifier. This operation is asynchronous. Use this identifier with the
GetDataSetImportTask operation to obtain the status of this task.public String getTaskId()
The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetImportTask operation to obtain the status of this task.
public CreateDataSetImportTaskResult withTaskId(String taskId)
The task identifier. This operation is asynchronous. Use this identifier with the GetDataSetImportTask operation to obtain the status of this task.
taskId
- The task identifier. This operation is asynchronous. Use this identifier with the
GetDataSetImportTask operation to obtain the status of this task.public String toString()
toString
in class Object
Object.toString()
public CreateDataSetImportTaskResult clone()