@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSetImportTask extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a data set import task.
| Constructor and Description |
|---|
DataSetImportTask() |
| Modifier and Type | Method and Description |
|---|---|
DataSetImportTask |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the data set import task.
|
DataSetImportSummary |
getSummary()
A summary of the data set import task.
|
String |
getTaskId()
The identifier of the data set import task.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatus(String status)
The status of the data set import task.
|
void |
setSummary(DataSetImportSummary summary)
A summary of the data set import task.
|
void |
setTaskId(String taskId)
The identifier of the data set import task.
|
String |
toString()
Returns a string representation of this object.
|
DataSetImportTask |
withStatus(DataSetTaskLifecycle status)
The status of the data set import task.
|
DataSetImportTask |
withStatus(String status)
The status of the data set import task.
|
DataSetImportTask |
withSummary(DataSetImportSummary summary)
A summary of the data set import task.
|
DataSetImportTask |
withTaskId(String taskId)
The identifier of the data set import task.
|
public void setStatus(String status)
The status of the data set import task.
status - The status of the data set import task.DataSetTaskLifecyclepublic String getStatus()
The status of the data set import task.
DataSetTaskLifecyclepublic DataSetImportTask withStatus(String status)
The status of the data set import task.
status - The status of the data set import task.DataSetTaskLifecyclepublic DataSetImportTask withStatus(DataSetTaskLifecycle status)
The status of the data set import task.
status - The status of the data set import task.DataSetTaskLifecyclepublic void setSummary(DataSetImportSummary summary)
A summary of the data set import task.
summary - A summary of the data set import task.public DataSetImportSummary getSummary()
A summary of the data set import task.
public DataSetImportTask withSummary(DataSetImportSummary summary)
A summary of the data set import task.
summary - A summary of the data set import task.public void setTaskId(String taskId)
The identifier of the data set import task.
taskId - The identifier of the data set import task.public String getTaskId()
The identifier of the data set import task.
public DataSetImportTask withTaskId(String taskId)
The identifier of the data set import task.
taskId - The identifier of the data set import task.public String toString()
toString in class ObjectObject.toString()public DataSetImportTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.