Class GetImportJobResponse
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetImportJobResponse.Builder,GetImportJobResponse>
An HTTP 200 response if the request succeeds, or an error message if the request fails.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GetImportJobResponse.Builderbuilder()final InstantThe time stamp of when the import job was completed.final InstantThe time stamp of when the import job was created.final booleanfinal booleanequalsBySdkFields(Object obj) final IntegerThe number of records that failed processing because of invalid input or other reasons.final FailureInfoThe failure details about an import job.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ImportDataSourceThe data source of the import job.final ImportDestinationThe destination of the import job.final StringjobId()A string that represents the import job ID.final JobStatusThe status of the import job.final StringThe status of the import job.final IntegerThe current number of records processed.static Class<? extends GetImportJobResponse.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.services.sesv2.model.SesV2Response
responseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponseMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
jobId
A string that represents the import job ID.
- Returns:
- A string that represents the import job ID.
-
importDestination
The destination of the import job.
- Returns:
- The destination of the import job.
-
importDataSource
The data source of the import job.
- Returns:
- The data source of the import job.
-
failureInfo
The failure details about an import job.
- Returns:
- The failure details about an import job.
-
jobStatus
The status of the import job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The status of the import job.
- See Also:
-
jobStatusAsString
The status of the import job.
If the service returns an enum value that is not available in the current SDK version,
jobStatuswill returnJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The status of the import job.
- See Also:
-
createdTimestamp
The time stamp of when the import job was created.
- Returns:
- The time stamp of when the import job was created.
-
completedTimestamp
The time stamp of when the import job was completed.
- Returns:
- The time stamp of when the import job was completed.
-
processedRecordsCount
The current number of records processed.
- Returns:
- The current number of records processed.
-
failedRecordsCount
The number of records that failed processing because of invalid input or other reasons.
- Returns:
- The number of records that failed processing because of invalid input or other reasons.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetImportJobResponse.Builder,GetImportJobResponse> - Specified by:
toBuilderin classAwsResponse
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsResponse
-
equals
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-