Class ExportStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.sesv2.model.ExportStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportStatistics.Builder,ExportStatistics>
@Generated("software.amazon.awssdk:codegen") public final class ExportStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportStatistics.Builder,ExportStatistics>
Statistics about the execution of an export job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)IntegerexportedRecordsCount()The number of records that were exported to the final export file.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerprocessedRecordsCount()The number of records that were processed to generate the final export file.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ExportStatistics.Builder>serializableBuilderClass()ExportStatistics.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
-
processedRecordsCount
public final Integer processedRecordsCount()
The number of records that were processed to generate the final export file.
- Returns:
- The number of records that were processed to generate the final export file.
-
exportedRecordsCount
public final Integer exportedRecordsCount()
The number of records that were exported to the final export file.
This value might not be available for all export source types
- Returns:
- The number of records that were exported to the final export file.
This value might not be available for all export source types
-
toBuilder
public ExportStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportStatistics.Builder,ExportStatistics>
-
builder
public static ExportStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportStatistics.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-