@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.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long rowsIngested()
The number of rows that were ingested.
public Long rowsDropped()
The number of rows that were not ingested.
public RowInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RowInfo.Builder,RowInfo>public static RowInfo.Builder builder()
public static Class<? extends RowInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.