@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExportStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
exportedRecordsCount()
The number of records that were exported to the final export file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
processedRecordsCount()
The number of records that were processed to generate the final export file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportStatistics.Builder> |
serializableBuilderClass() |
ExportStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer processedRecordsCount()
The number of records that were processed to generate the final export file.
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
This value might not be available for all export source types
public ExportStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportStatistics.Builder,ExportStatistics>public static ExportStatistics.Builder builder()
public static Class<? extends ExportStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.