@Generated(value="software.amazon.awssdk:codegen") public final class SeverityCounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SeverityCounts.Builder,SeverityCounts>
Includes counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SeverityCounts.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
all()
The total number of findings across all severity levels for the specified filter.
|
static SeverityCounts.Builder |
builder() |
Long |
critical()
The number of critical severity findings for the specified filter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
high()
The number of high severity findings for the specified filter.
|
Long |
medium()
The number of medium severity findings for the specified filter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SeverityCounts.Builder> |
serializableBuilderClass() |
SeverityCounts.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long all()
The total number of findings across all severity levels for the specified filter.
public final Long critical()
The number of critical severity findings for the specified filter.
public final Long high()
The number of high severity findings for the specified filter.
public final Long medium()
The number of medium severity findings for the specified filter.
public SeverityCounts.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SeverityCounts.Builder,SeverityCounts>public static SeverityCounts.Builder builder()
public static Class<? extends SeverityCounts.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.