Class IngestedEventStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.frauddetector.model.IngestedEventStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IngestedEventStatistics.Builder,IngestedEventStatistics>
@Generated("software.amazon.awssdk:codegen") public final class IngestedEventStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IngestedEventStatistics.Builder,IngestedEventStatistics>
Data about the stored events.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestedEventStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IngestedEventStatistics.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)LongeventDataSizeInBytes()The total size of the stored events.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastUpdatedTime()Timestamp of when the stored event was last updated.StringleastRecentEvent()The oldest stored event.StringmostRecentEvent()The newest stored event.LongnumberOfEvents()The number of stored events.List<SdkField<?>>sdkFields()static Class<? extends IngestedEventStatistics.Builder>serializableBuilderClass()IngestedEventStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
numberOfEvents
public final Long numberOfEvents()
The number of stored events.
- Returns:
- The number of stored events.
-
eventDataSizeInBytes
public final Long eventDataSizeInBytes()
The total size of the stored events.
- Returns:
- The total size of the stored events.
-
leastRecentEvent
public final String leastRecentEvent()
The oldest stored event.
- Returns:
- The oldest stored event.
-
mostRecentEvent
public final String mostRecentEvent()
The newest stored event.
- Returns:
- The newest stored event.
-
lastUpdatedTime
public final String lastUpdatedTime()
Timestamp of when the stored event was last updated.
- Returns:
- Timestamp of when the stored event was last updated.
-
toBuilder
public IngestedEventStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IngestedEventStatistics.Builder,IngestedEventStatistics>
-
builder
public static IngestedEventStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends IngestedEventStatistics.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.
-
-