@Generated(value="software.amazon.awssdk:codegen") public final class IngestedEventStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestedEventStatistics.Builder,IngestedEventStatistics>
Data about the stored events.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IngestedEventStatistics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IngestedEventStatistics.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
eventDataSizeInBytes()
The total size of the stored events.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastUpdatedTime()
Timestamp of when the stored event was last updated.
|
String |
leastRecentEvent()
The oldest stored event.
|
String |
mostRecentEvent()
The newest stored event.
|
Long |
numberOfEvents()
The number of stored events.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IngestedEventStatistics.Builder> |
serializableBuilderClass() |
IngestedEventStatistics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long numberOfEvents()
The number of stored events.
public final Long eventDataSizeInBytes()
The total size of the stored events.
public final String leastRecentEvent()
The oldest stored event.
public final String mostRecentEvent()
The newest stored event.
public final String lastUpdatedTime()
Timestamp of when the stored event was last updated.
public IngestedEventStatistics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IngestedEventStatistics.Builder,IngestedEventStatistics>public static IngestedEventStatistics.Builder builder()
public static Class<? extends IngestedEventStatistics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.