@Generated(value="software.amazon.awssdk:codegen") public final class RecordsIngested extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecordsIngested.Builder,RecordsIngested>
Information on the records ingested by this request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordsIngested.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecordsIngested.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
magneticStore()
Count of records ingested into the magnetic store.
|
Integer |
memoryStore()
Count of records ingested into the memory store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecordsIngested.Builder> |
serializableBuilderClass() |
RecordsIngested.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
total()
Total count of successfully ingested records.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer total()
Total count of successfully ingested records.
public final Integer memoryStore()
Count of records ingested into the memory store.
public final Integer magneticStore()
Count of records ingested into the magnetic store.
public RecordsIngested.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecordsIngested.Builder,RecordsIngested>public static RecordsIngested.Builder builder()
public static Class<? extends RecordsIngested.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.