@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Constructor and Description |
---|
GetImportJobResult() |
Modifier and Type | Method and Description |
---|---|
GetImportJobResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletedTimestamp()
The time stamp of when the import job was completed.
|
Date |
getCreatedTimestamp()
The time stamp of when the import job was created.
|
Integer |
getFailedRecordsCount()
The number of records that failed processing because of invalid input or other reasons.
|
FailureInfo |
getFailureInfo()
The failure details about an import job.
|
ImportDataSource |
getImportDataSource()
The data source of the import job.
|
ImportDestination |
getImportDestination()
The destination of the import job.
|
String |
getJobId()
A string that represents the import job ID.
|
String |
getJobStatus()
The status of the import job.
|
Integer |
getProcessedRecordsCount()
The current number of records processed.
|
int |
hashCode() |
void |
setCompletedTimestamp(Date completedTimestamp)
The time stamp of when the import job was completed.
|
void |
setCreatedTimestamp(Date createdTimestamp)
The time stamp of when the import job was created.
|
void |
setFailedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
|
void |
setFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
|
void |
setImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
|
void |
setImportDestination(ImportDestination importDestination)
The destination of the import job.
|
void |
setJobId(String jobId)
A string that represents the import job ID.
|
void |
setJobStatus(String jobStatus)
The status of the import job.
|
void |
setProcessedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
|
String |
toString()
Returns a string representation of this object.
|
GetImportJobResult |
withCompletedTimestamp(Date completedTimestamp)
The time stamp of when the import job was completed.
|
GetImportJobResult |
withCreatedTimestamp(Date createdTimestamp)
The time stamp of when the import job was created.
|
GetImportJobResult |
withFailedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
|
GetImportJobResult |
withFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
|
GetImportJobResult |
withImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
|
GetImportJobResult |
withImportDestination(ImportDestination importDestination)
The destination of the import job.
|
GetImportJobResult |
withJobId(String jobId)
A string that represents the import job ID.
|
GetImportJobResult |
withJobStatus(JobStatus jobStatus)
The status of the import job.
|
GetImportJobResult |
withJobStatus(String jobStatus)
The status of the import job.
|
GetImportJobResult |
withProcessedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
A string that represents the import job ID.
jobId
- A string that represents the import job ID.public String getJobId()
A string that represents the import job ID.
public GetImportJobResult withJobId(String jobId)
A string that represents the import job ID.
jobId
- A string that represents the import job ID.public void setImportDestination(ImportDestination importDestination)
The destination of the import job.
importDestination
- The destination of the import job.public ImportDestination getImportDestination()
The destination of the import job.
public GetImportJobResult withImportDestination(ImportDestination importDestination)
The destination of the import job.
importDestination
- The destination of the import job.public void setImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
importDataSource
- The data source of the import job.public ImportDataSource getImportDataSource()
The data source of the import job.
public GetImportJobResult withImportDataSource(ImportDataSource importDataSource)
The data source of the import job.
importDataSource
- The data source of the import job.public void setFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
failureInfo
- The failure details about an import job.public FailureInfo getFailureInfo()
The failure details about an import job.
public GetImportJobResult withFailureInfo(FailureInfo failureInfo)
The failure details about an import job.
failureInfo
- The failure details about an import job.public void setJobStatus(String jobStatus)
The status of the import job.
jobStatus
- The status of the import job.JobStatus
public String getJobStatus()
The status of the import job.
JobStatus
public GetImportJobResult withJobStatus(String jobStatus)
The status of the import job.
jobStatus
- The status of the import job.JobStatus
public GetImportJobResult withJobStatus(JobStatus jobStatus)
The status of the import job.
jobStatus
- The status of the import job.JobStatus
public void setCreatedTimestamp(Date createdTimestamp)
The time stamp of when the import job was created.
createdTimestamp
- The time stamp of when the import job was created.public Date getCreatedTimestamp()
The time stamp of when the import job was created.
public GetImportJobResult withCreatedTimestamp(Date createdTimestamp)
The time stamp of when the import job was created.
createdTimestamp
- The time stamp of when the import job was created.public void setCompletedTimestamp(Date completedTimestamp)
The time stamp of when the import job was completed.
completedTimestamp
- The time stamp of when the import job was completed.public Date getCompletedTimestamp()
The time stamp of when the import job was completed.
public GetImportJobResult withCompletedTimestamp(Date completedTimestamp)
The time stamp of when the import job was completed.
completedTimestamp
- The time stamp of when the import job was completed.public void setProcessedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
processedRecordsCount
- The current number of records processed.public Integer getProcessedRecordsCount()
The current number of records processed.
public GetImportJobResult withProcessedRecordsCount(Integer processedRecordsCount)
The current number of records processed.
processedRecordsCount
- The current number of records processed.public void setFailedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
failedRecordsCount
- The number of records that failed processing because of invalid input or other reasons.public Integer getFailedRecordsCount()
The number of records that failed processing because of invalid input or other reasons.
public GetImportJobResult withFailedRecordsCount(Integer failedRecordsCount)
The number of records that failed processing because of invalid input or other reasons.
failedRecordsCount
- The number of records that failed processing because of invalid input or other reasons.public String toString()
toString
in class Object
Object.toString()
public GetImportJobResult clone()