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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportJobSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportJobSummary.Builderbuilder()InstantcreatedTimestamp()The date and time when the import job was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerfailedRecordsCount()The number of records that failed processing because of invalid input or other reasons.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ImportDestinationimportDestination()Returns the value of the ImportDestination property for this object.StringjobId()Returns the value of the JobId property for this object.JobStatusjobStatus()Returns the value of the JobStatus property for this object.StringjobStatusAsString()Returns the value of the JobStatus property for this object.IntegerprocessedRecordsCount()The current number of records processed.List<SdkField<?>>sdkFields()static Class<? extends ImportJobSummary.Builder>serializableBuilderClass()ImportJobSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobId
public final String jobId()
Returns the value of the JobId property for this object.- Returns:
- The value of the JobId property for this object.
-
importDestination
public final ImportDestination importDestination()
Returns the value of the ImportDestination property for this object.- Returns:
- The value of the ImportDestination property for this object.
-
jobStatus
public final JobStatus 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:
JobStatus
-
jobStatusAsString
public final String 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:
JobStatus
-
createdTimestamp
public final Instant createdTimestamp()
The date and time when the import job was created.
- Returns:
- The date and time when the import job was created.
-
processedRecordsCount
public final Integer processedRecordsCount()
The current number of records processed.
- Returns:
- The current number of records processed.
-
failedRecordsCount
public final Integer 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
public ImportJobSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportJobSummary.Builder,ImportJobSummary>
-
builder
public static ImportJobSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportJobSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-