Class DateStatistics
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.DateStatistics
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DateStatistics.Builder,DateStatistics>
@Generated("software.amazon.awssdk:codegen") public final class DateStatistics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DateStatistics.Builder,DateStatistics>
Represents list a map of dates with a count of total findings generated on each date.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDateStatistics.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DateStatistics.Builderbuilder()Instantdate()The timestamp when the total findings count is observed.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastGeneratedAt()The timestamp at which the last finding in the findings count, was generated.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DateStatistics.Builder>serializableBuilderClass()Doubleseverity()The severity of the findings generated on each date.DateStatistics.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegertotalFindings()The total number of findings that were generated per severity level on each date.-
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
-
date
public final Instant date()
The timestamp when the total findings count is observed.
For example,
Datewould look like"2024-09-05T17:00:00-07:00"whereasLastGeneratedAtwould look like 2024-09-05T17:12:29-07:00".- Returns:
- The timestamp when the total findings count is observed.
For example,
Datewould look like"2024-09-05T17:00:00-07:00"whereasLastGeneratedAtwould look like 2024-09-05T17:12:29-07:00".
-
lastGeneratedAt
public final Instant lastGeneratedAt()
The timestamp at which the last finding in the findings count, was generated.
- Returns:
- The timestamp at which the last finding in the findings count, was generated.
-
severity
public final Double severity()
The severity of the findings generated on each date.
- Returns:
- The severity of the findings generated on each date.
-
totalFindings
public final Integer totalFindings()
The total number of findings that were generated per severity level on each date.
- Returns:
- The total number of findings that were generated per severity level on each date.
-
toBuilder
public DateStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DateStatistics.Builder,DateStatistics>
-
builder
public static DateStatistics.Builder builder()
-
serializableBuilderClass
public static Class<? extends DateStatistics.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
-
-