@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataSetImportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetDataSetImportTaskResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDataSetImportTaskResult |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the task.
|
DataSetImportSummary |
getSummary()
A summary of the status of the task.
|
String |
getTaskId()
The task identifier.
|
int |
hashCode() |
void |
setStatus(String status)
The status of the task.
|
void |
setSummary(DataSetImportSummary summary)
A summary of the status of the task.
|
void |
setTaskId(String taskId)
The task identifier.
|
String |
toString()
Returns a string representation of this object.
|
GetDataSetImportTaskResult |
withStatus(DataSetTaskLifecycle status)
The status of the task.
|
GetDataSetImportTaskResult |
withStatus(String status)
The status of the task.
|
GetDataSetImportTaskResult |
withSummary(DataSetImportSummary summary)
A summary of the status of the task.
|
GetDataSetImportTaskResult |
withTaskId(String taskId)
The task identifier.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The status of the task.
status - The status of the task.DataSetTaskLifecyclepublic String getStatus()
The status of the task.
DataSetTaskLifecyclepublic GetDataSetImportTaskResult withStatus(String status)
The status of the task.
status - The status of the task.DataSetTaskLifecyclepublic GetDataSetImportTaskResult withStatus(DataSetTaskLifecycle status)
The status of the task.
status - The status of the task.DataSetTaskLifecyclepublic void setSummary(DataSetImportSummary summary)
A summary of the status of the task.
summary - A summary of the status of the task.public DataSetImportSummary getSummary()
A summary of the status of the task.
public GetDataSetImportTaskResult withSummary(DataSetImportSummary summary)
A summary of the status of the task.
summary - A summary of the status of the task.public void setTaskId(String taskId)
The task identifier.
taskId - The task identifier.public String getTaskId()
The task identifier.
public GetDataSetImportTaskResult withTaskId(String taskId)
The task identifier.
taskId - The task identifier.public String toString()
toString in class ObjectObject.toString()public GetDataSetImportTaskResult clone()