Class ImportJobSummary
java.lang.Object
software.amazon.awssdk.services.sesv2.model.ImportJobSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>
@Generated("software.amazon.awssdk:codegen")
public final class ImportJobSummary
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>
A summary of the import job.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportJobSummary.Builderbuilder()final InstantThe date and time 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 <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final ImportDestinationReturns the value of the ImportDestination property for this object.final StringjobId()Returns the value of the JobId property for this object.final JobStatusReturns the value of the JobStatus property for this object.final StringReturns the value of the JobStatus property for this object.final IntegerThe current number of records processed.static Class<? extends ImportJobSummary.Builder>final StringtoString()Returns a string representation of this object.Methods 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
Returns the value of the JobId property for this object.- Returns:
- The value of the JobId property for this object.
-
importDestination
Returns the value of the ImportDestination property for this object.- Returns:
- The value of the ImportDestination property for this object.
-
jobStatus
Returns the value of the JobStatus property for this object.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 value of the JobStatus property for this object.
- See Also:
-
jobStatusAsString
Returns the value of the JobStatus property for this object.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 value of the JobStatus property for this object.
- See Also:
-
createdTimestamp
The date and time when the import job was created.
- Returns:
- The date and time when the import job was created.
-
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<ImportJobSummary.Builder,ImportJobSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-