@Generated(value="software.amazon.awssdk:codegen") public final class RowInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RowInfo.Builder,RowInfo>
Information about rows for a data set SPICE ingestion.
Modifier and Type | Class and Description |
---|---|
static interface |
RowInfo.Builder |
Modifier and Type | Method and Description |
---|---|
static RowInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
rowsDropped()
The number of rows that were not ingested.
|
Long |
rowsIngested()
The number of rows that were ingested.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RowInfo.Builder> |
serializableBuilderClass() |
RowInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
totalRowsInDataset()
The total number of rows in the dataset.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Long rowsIngested()
The number of rows that were ingested.
public final Long rowsDropped()
The number of rows that were not ingested.
public final Long totalRowsInDataset()
The total number of rows in the dataset.
public RowInfo.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<RowInfo.Builder,RowInfo>
public static RowInfo.Builder builder()
public static Class<? extends RowInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.