Class FindingMetricsValuePerSeverity
- java.lang.Object
-
- software.amazon.awssdk.services.codegurusecurity.model.FindingMetricsValuePerSeverity
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>
@Generated("software.amazon.awssdk:codegen") public final class FindingMetricsValuePerSeverity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>
A numeric value corresponding to the severity of a finding, such as the number of open findings or the average time it takes to close findings of a given severity.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFindingMetricsValuePerSeverity.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindingMetricsValuePerSeverity.Builderbuilder()Doublecritical()A numeric value corresponding to a critical finding.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Doublehigh()A numeric value corresponding to a high severity finding.Doubleinfo()A numeric value corresponding to an informational finding.Doublelow()A numeric value corresponding to a low severity finding.Doublemedium()A numeric value corresponding to a medium severity finding.List<SdkField<?>>sdkFields()static Class<? extends FindingMetricsValuePerSeverity.Builder>serializableBuilderClass()FindingMetricsValuePerSeverity.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
-
critical
public final Double critical()
A numeric value corresponding to a critical finding.
- Returns:
- A numeric value corresponding to a critical finding.
-
high
public final Double high()
A numeric value corresponding to a high severity finding.
- Returns:
- A numeric value corresponding to a high severity finding.
-
info
public final Double info()
A numeric value corresponding to an informational finding.
- Returns:
- A numeric value corresponding to an informational finding.
-
low
public final Double low()
A numeric value corresponding to a low severity finding.
- Returns:
- A numeric value corresponding to a low severity finding.
-
medium
public final Double medium()
A numeric value corresponding to a medium severity finding.
- Returns:
- A numeric value corresponding to a medium severity finding.
-
toBuilder
public FindingMetricsValuePerSeverity.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>
-
builder
public static FindingMetricsValuePerSeverity.Builder builder()
-
serializableBuilderClass
public static Class<? extends FindingMetricsValuePerSeverity.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.
-
-