@Generated(value="software.amazon.awssdk:codegen") public final class FindingMetricsValuePerSeverity extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>
The severity of the issue in the code that generated a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingMetricsValuePerSeverity.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FindingMetricsValuePerSeverity.Builder |
builder() |
Double |
critical()
The severity of the finding is critical and should be addressed immediately.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
high()
The severity of the finding is high and should be addressed as a near-term priority.
|
Double |
info()
The finding is related to quality or readability improvements and not considered actionable.
|
Double |
low()
The severity of the finding is low and does require action on its own.
|
Double |
medium()
The severity of the finding is medium and should be addressed as a mid-term priority.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingMetricsValuePerSeverity.Builder> |
serializableBuilderClass() |
FindingMetricsValuePerSeverity.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double critical()
The severity of the finding is critical and should be addressed immediately.
public final Double high()
The severity of the finding is high and should be addressed as a near-term priority.
public final Double info()
The finding is related to quality or readability improvements and not considered actionable.
public final Double low()
The severity of the finding is low and does require action on its own.
public final Double medium()
The severity of the finding is medium and should be addressed as a mid-term priority.
public FindingMetricsValuePerSeverity.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingMetricsValuePerSeverity.Builder,FindingMetricsValuePerSeverity>public static FindingMetricsValuePerSeverity.Builder builder()
public static Class<? extends FindingMetricsValuePerSeverity.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.