Class SeverityTrendsCount
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SeverityTrendsCount.Builder,SeverityTrendsCount>
Contains counts of findings grouped by severity level for trend analysis.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SeverityTrendsCount.Builderbuilder()final Longcritical()The count of findings with Critical severity level at this point in the trend timeline.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final Longfatal()The count of findings with Fatal severity level at this point in the trend timeline.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Longhigh()The count of findings with High severity level at this point in the trend timeline.final LongThe count of findings with Informational severity level at this point in the trend timeline.final Longlow()The count of findings with Low severity level at this point in the trend timeline.final Longmedium()The count of findings with Medium severity level at this point in the trend timeline.final Longother()The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.static Class<? extends SeverityTrendsCount.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final Longunknown()The count of findings with Unknown severity level at this point in the trend timeline.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
unknown
The count of findings with Unknown severity level at this point in the trend timeline.
- Returns:
- The count of findings with Unknown severity level at this point in the trend timeline.
-
informational
The count of findings with Informational severity level at this point in the trend timeline.
- Returns:
- The count of findings with Informational severity level at this point in the trend timeline.
-
low
The count of findings with Low severity level at this point in the trend timeline.
- Returns:
- The count of findings with Low severity level at this point in the trend timeline.
-
medium
The count of findings with Medium severity level at this point in the trend timeline.
- Returns:
- The count of findings with Medium severity level at this point in the trend timeline.
-
high
The count of findings with High severity level at this point in the trend timeline.
- Returns:
- The count of findings with High severity level at this point in the trend timeline.
-
critical
The count of findings with Critical severity level at this point in the trend timeline.
- Returns:
- The count of findings with Critical severity level at this point in the trend timeline.
-
fatal
The count of findings with Fatal severity level at this point in the trend timeline.
- Returns:
- The count of findings with Fatal severity level at this point in the trend timeline.
-
other
The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.
- Returns:
- The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SeverityTrendsCount.Builder,SeverityTrendsCount> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-