Class RecordsIngested
- java.lang.Object
-
- software.amazon.awssdk.services.timestreamwrite.model.RecordsIngested
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecordsIngested.Builder,RecordsIngested>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecordsIngested.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordsIngested.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermagneticStore()Count of records ingested into the magnetic store.IntegermemoryStore()Count of records ingested into the memory store.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RecordsIngested.Builder>serializableBuilderClass()RecordsIngested.BuildertoBuilder()StringtoString()Returns a string representation of this object.Integertotal()Total count of successfully ingested records.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
total
public final Integer total()
Total count of successfully ingested records.
- Returns:
- Total count of successfully ingested records.
-
memoryStore
public final Integer memoryStore()
Count of records ingested into the memory store.
- Returns:
- Count of records ingested into the memory store.
-
magneticStore
public final Integer magneticStore()
Count of records ingested into the magnetic store.
- Returns:
- Count of records ingested into the magnetic store.
-
toBuilder
public RecordsIngested.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecordsIngested.Builder,RecordsIngested>
-
builder
public static RecordsIngested.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecordsIngested.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-