@Generated(value="software.amazon.awssdk:codegen") public final class GetImportJobResponse extends SesV2Response implements ToCopyableBuilder<GetImportJobResponse.Builder,GetImportJobResponse>
An HTTP 200 response if the request succeeds, or an error message if the request fails.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetImportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetImportJobResponse.Builder |
builder() |
Instant |
completedTimestamp()
The time stamp of when the import job was completed.
|
Instant |
createdTimestamp()
The time stamp of when the import job was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
failedRecordsCount()
The number of records that failed processing because of invalid input or other reasons.
|
FailureInfo |
failureInfo()
The failure details about an import job.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImportDataSource |
importDataSource()
The data source of the import job.
|
ImportDestination |
importDestination()
The destination of the import job.
|
String |
jobId()
A string that represents the import job ID.
|
JobStatus |
jobStatus()
The status of the import job.
|
String |
jobStatusAsString()
The status of the import job.
|
Integer |
processedRecordsCount()
The current number of records processed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetImportJobResponse.Builder> |
serializableBuilderClass() |
GetImportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String jobId()
A string that represents the import job ID.
public ImportDestination importDestination()
The destination of the import job.
public ImportDataSource importDataSource()
The data source of the import job.
public FailureInfo failureInfo()
The failure details about an import job.
public JobStatus jobStatus()
The status of the import job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic String jobStatusAsString()
The status of the import job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return JobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
jobStatusAsString().
JobStatuspublic Instant createdTimestamp()
The time stamp of when the import job was created.
public Instant completedTimestamp()
The time stamp of when the import job was completed.
public Integer processedRecordsCount()
The current number of records processed.
public Integer failedRecordsCount()
The number of records that failed processing because of invalid input or other reasons.
public GetImportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetImportJobResponse.Builder,GetImportJobResponse>toBuilder in class AwsResponsepublic static GetImportJobResponse.Builder builder()
public static Class<? extends GetImportJobResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.