@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.
|
String |
getStatusReason()
If dataset import failed, the failure reason will show here.
|
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 |
setStatusReason(String statusReason)
If dataset import failed, the failure reason will show here.
|
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 |
withStatusReason(String statusReason)
If dataset import failed, the failure reason will show here.
|
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.DataSetTaskLifecycle
public String getStatus()
The status of the data set import task.
DataSetTaskLifecycle
public DataSetImportTask withStatus(String status)
The status of the data set import task.
status
- The status of the data set import task.DataSetTaskLifecycle
public DataSetImportTask withStatus(DataSetTaskLifecycle status)
The status of the data set import task.
status
- The status of the data set import task.DataSetTaskLifecycle
public void setStatusReason(String statusReason)
If dataset import failed, the failure reason will show here.
statusReason
- If dataset import failed, the failure reason will show here.public String getStatusReason()
If dataset import failed, the failure reason will show here.
public DataSetImportTask withStatusReason(String statusReason)
If dataset import failed, the failure reason will show here.
statusReason
- If dataset import failed, the failure reason will show here.public 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 Object
Object.toString()
public DataSetImportTask clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.