@Generated(value="software.amazon.awssdk:codegen") public final class SeveritySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>
The number of managed nodes found for each patch severity level defined in the request filter.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SeveritySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SeveritySummary.Builder |
builder() |
Integer |
criticalCount()
The total number of resources or compliance items that have a severity level of
Critical. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
highCount()
The total number of resources or compliance items that have a severity level of high.
|
Integer |
informationalCount()
The total number of resources or compliance items that have a severity level of informational.
|
Integer |
lowCount()
The total number of resources or compliance items that have a severity level of low.
|
Integer |
mediumCount()
The total number of resources or compliance items that have a severity level of medium.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SeveritySummary.Builder> |
serializableBuilderClass() |
SeveritySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
unspecifiedCount()
The total number of resources or compliance items that have a severity level of unspecified.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer criticalCount()
The total number of resources or compliance items that have a severity level of Critical. Critical
severity is determined by the organization that published the compliance items.
Critical.
Critical severity is determined by the organization that published the compliance items.public final Integer highCount()
The total number of resources or compliance items that have a severity level of high. High severity is determined by the organization that published the compliance items.
public final Integer mediumCount()
The total number of resources or compliance items that have a severity level of medium. Medium severity is determined by the organization that published the compliance items.
public final Integer lowCount()
The total number of resources or compliance items that have a severity level of low. Low severity is determined by the organization that published the compliance items.
public final Integer informationalCount()
The total number of resources or compliance items that have a severity level of informational. Informational severity is determined by the organization that published the compliance items.
public final Integer unspecifiedCount()
The total number of resources or compliance items that have a severity level of unspecified. Unspecified severity is determined by the organization that published the compliance items.
public SeveritySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>public static SeveritySummary.Builder builder()
public static Class<? extends SeveritySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.