@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartImportTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartImportTaskResult() |
Modifier and Type | Method and Description |
---|---|
StartImportTaskResult |
clone() |
boolean |
equals(Object obj) |
ImportTask |
getTask()
An array of information related to the import task request including status information, times, IDs, the Amazon
S3 Object URL for the import file, and more.
|
int |
hashCode() |
void |
setTask(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon
S3 Object URL for the import file, and more.
|
String |
toString()
Returns a string representation of this object.
|
StartImportTaskResult |
withTask(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon
S3 Object URL for the import file, and more.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTask(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
task
- An array of information related to the import task request including status information, times, IDs, the
Amazon S3 Object URL for the import file, and more.public ImportTask getTask()
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
public StartImportTaskResult withTask(ImportTask task)
An array of information related to the import task request including status information, times, IDs, the Amazon S3 Object URL for the import file, and more.
task
- An array of information related to the import task request including status information, times, IDs, the
Amazon S3 Object URL for the import file, and more.public String toString()
toString
in class Object
Object.toString()
public StartImportTaskResult clone()