@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImportFileTaskResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetImportFileTaskResult() |
Modifier and Type | Method and Description |
---|---|
GetImportFileTaskResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
The time that the import task completed.
|
String |
getId()
The import file task
id returned in the response of StartImportFileTask. |
String |
getImportName()
The name of the import task given in StartImportFileTask.
|
String |
getInputS3Bucket()
The S3 bucket where import file is located.
|
String |
getInputS3Key()
The Amazon S3 key name of the import file.
|
Integer |
getNumberOfRecordsFailed()
The number of records that failed to be imported.
|
Integer |
getNumberOfRecordsSuccess()
The number of records successfully imported.
|
Date |
getStartTime()
Start time of the import task.
|
String |
getStatus()
Status of import file task.
|
String |
getStatusReportS3Bucket()
The S3 bucket name for status report of import task.
|
String |
getStatusReportS3Key()
The Amazon S3 key name for status report of import task.
|
int |
hashCode() |
void |
setCompletionTime(Date completionTime)
The time that the import task completed.
|
void |
setId(String id)
The import file task
id returned in the response of StartImportFileTask. |
void |
setImportName(String importName)
The name of the import task given in StartImportFileTask.
|
void |
setInputS3Bucket(String inputS3Bucket)
The S3 bucket where import file is located.
|
void |
setInputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
|
void |
setNumberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
|
void |
setNumberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
|
void |
setStartTime(Date startTime)
Start time of the import task.
|
void |
setStatus(String status)
Status of import file task.
|
void |
setStatusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
|
void |
setStatusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task.
|
String |
toString()
Returns a string representation of this object.
|
GetImportFileTaskResult |
withCompletionTime(Date completionTime)
The time that the import task completed.
|
GetImportFileTaskResult |
withId(String id)
The import file task
id returned in the response of StartImportFileTask. |
GetImportFileTaskResult |
withImportName(String importName)
The name of the import task given in StartImportFileTask.
|
GetImportFileTaskResult |
withInputS3Bucket(String inputS3Bucket)
The S3 bucket where import file is located.
|
GetImportFileTaskResult |
withInputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
|
GetImportFileTaskResult |
withNumberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
|
GetImportFileTaskResult |
withNumberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
|
GetImportFileTaskResult |
withStartTime(Date startTime)
Start time of the import task.
|
GetImportFileTaskResult |
withStatus(ImportFileTaskStatus status)
Status of import file task.
|
GetImportFileTaskResult |
withStatus(String status)
Status of import file task.
|
GetImportFileTaskResult |
withStatusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
|
GetImportFileTaskResult |
withStatusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCompletionTime(Date completionTime)
The time that the import task completed.
completionTime
- The time that the import task completed.public Date getCompletionTime()
The time that the import task completed.
public GetImportFileTaskResult withCompletionTime(Date completionTime)
The time that the import task completed.
completionTime
- The time that the import task completed.public void setId(String id)
The import file task id
returned in the response of StartImportFileTask.
id
- The import file task id
returned in the response of StartImportFileTask.public String getId()
The import file task id
returned in the response of StartImportFileTask.
id
returned in the response of StartImportFileTask.public GetImportFileTaskResult withId(String id)
The import file task id
returned in the response of StartImportFileTask.
id
- The import file task id
returned in the response of StartImportFileTask.public void setImportName(String importName)
The name of the import task given in StartImportFileTask.
importName
- The name of the import task given in StartImportFileTask.public String getImportName()
The name of the import task given in StartImportFileTask.
public GetImportFileTaskResult withImportName(String importName)
The name of the import task given in StartImportFileTask.
importName
- The name of the import task given in StartImportFileTask.public void setInputS3Bucket(String inputS3Bucket)
The S3 bucket where import file is located.
inputS3Bucket
- The S3 bucket where import file is located.public String getInputS3Bucket()
The S3 bucket where import file is located.
public GetImportFileTaskResult withInputS3Bucket(String inputS3Bucket)
The S3 bucket where import file is located.
inputS3Bucket
- The S3 bucket where import file is located.public void setInputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
inputS3Key
- The Amazon S3 key name of the import file.public String getInputS3Key()
The Amazon S3 key name of the import file.
public GetImportFileTaskResult withInputS3Key(String inputS3Key)
The Amazon S3 key name of the import file.
inputS3Key
- The Amazon S3 key name of the import file.public void setNumberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
numberOfRecordsFailed
- The number of records that failed to be imported.public Integer getNumberOfRecordsFailed()
The number of records that failed to be imported.
public GetImportFileTaskResult withNumberOfRecordsFailed(Integer numberOfRecordsFailed)
The number of records that failed to be imported.
numberOfRecordsFailed
- The number of records that failed to be imported.public void setNumberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
numberOfRecordsSuccess
- The number of records successfully imported.public Integer getNumberOfRecordsSuccess()
The number of records successfully imported.
public GetImportFileTaskResult withNumberOfRecordsSuccess(Integer numberOfRecordsSuccess)
The number of records successfully imported.
numberOfRecordsSuccess
- The number of records successfully imported.public void setStartTime(Date startTime)
Start time of the import task.
startTime
- Start time of the import task.public Date getStartTime()
Start time of the import task.
public GetImportFileTaskResult withStartTime(Date startTime)
Start time of the import task.
startTime
- Start time of the import task.public void setStatus(String status)
Status of import file task.
status
- Status of import file task.ImportFileTaskStatus
public String getStatus()
Status of import file task.
ImportFileTaskStatus
public GetImportFileTaskResult withStatus(String status)
Status of import file task.
status
- Status of import file task.ImportFileTaskStatus
public GetImportFileTaskResult withStatus(ImportFileTaskStatus status)
Status of import file task.
status
- Status of import file task.ImportFileTaskStatus
public void setStatusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
statusReportS3Bucket
- The S3 bucket name for status report of import task.public String getStatusReportS3Bucket()
The S3 bucket name for status report of import task.
public GetImportFileTaskResult withStatusReportS3Bucket(String statusReportS3Bucket)
The S3 bucket name for status report of import task.
statusReportS3Bucket
- The S3 bucket name for status report of import task.public void setStatusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
statusReportS3Key
- The Amazon S3 key name for status report of import task. The report contains details about whether each
record imported successfully or why it did not.public String getStatusReportS3Key()
The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
public GetImportFileTaskResult withStatusReportS3Key(String statusReportS3Key)
The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.
statusReportS3Key
- The Amazon S3 key name for status report of import task. The report contains details about whether each
record imported successfully or why it did not.public String toString()
toString
in class Object
Object.toString()
public GetImportFileTaskResult clone()