@Generated(value="software.amazon.awssdk:codegen") public final class BatchLoadProgressReport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchLoadProgressReport.Builder,BatchLoadProgressReport>
Details about the progress of a batch load task.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchLoadProgressReport.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BatchLoadProgressReport.Builder |
builder() |
Long |
bytesMetered()
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
fileFailures()
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
parseFailures()
|
Long |
recordIngestionFailures()
|
Long |
recordsIngested()
|
Long |
recordsProcessed()
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchLoadProgressReport.Builder> |
serializableBuilderClass() |
BatchLoadProgressReport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long recordsProcessed()
public final Long recordsIngested()
public final Long parseFailures()
public final Long recordIngestionFailures()
public final Long fileFailures()
public final Long bytesMetered()
public BatchLoadProgressReport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchLoadProgressReport.Builder,BatchLoadProgressReport>public static BatchLoadProgressReport.Builder builder()
public static Class<? extends BatchLoadProgressReport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.