@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 final String jobId()
A string that represents the import job ID.
public final ImportDestination importDestination()
The destination of the import job.
public final ImportDataSource importDataSource()
The data source of the import job.
public final FailureInfo failureInfo()
The failure details about an import job.
public final 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 final 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 final Instant createdTimestamp()
The time stamp of when the import job was created.
public final Instant completedTimestamp()
The time stamp of when the import job was completed.
public final Integer processedRecordsCount()
The current number of records processed.
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.