@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.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public 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()
.
JobStatus
public 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()
.
JobStatus
public 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 AwsResponse
public static GetImportJobResponse.Builder builder()
public static Class<? extends GetImportJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsResponse
public final boolean equals(Object obj)
equals
in class AwsResponse
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkResponse
Copyright © 2022. All rights reserved.