@Generated(value="software.amazon.awssdk:codegen") public final class SeverityCounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SeverityCounts.Builder,SeverityCounts>
An object that contains the counts of aggregated finding per severity.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SeverityCounts.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
all()
The total count of findings from all severities.
|
static SeverityCounts.Builder |
builder() |
Long |
critical()
The total count of critical severity findings.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
high()
The total count of high severity findings.
|
Long |
medium()
The total count of medium severity findings.
|
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 count of findings from all severities.
public final Long critical()
The total count of critical severity findings.
public final Long high()
The total count of high severity findings.
public final Long medium()
The total count of medium severity findings.
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.