@Generated(value="software.amazon.awssdk:codegen") public final class SeveritySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>
The number of managed instances 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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
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.
|
copy
public 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.
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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.