Class SeveritySummary
- java.lang.Object
-
- software.amazon.awssdk.services.ssm.model.SeveritySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSeveritySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SeveritySummary.Builderbuilder()IntegercriticalCount()The total number of resources or compliance items that have a severity level ofCritical.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerhighCount()The total number of resources or compliance items that have a severity level of high.IntegerinformationalCount()The total number of resources or compliance items that have a severity level of informational.IntegerlowCount()The total number of resources or compliance items that have a severity level of low.IntegermediumCount()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerunspecifiedCount()The total number of resources or compliance items that have a severity level of unspecified.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
criticalCount
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.- Returns:
- 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.
-
highCount
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.
- Returns:
- 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.
-
mediumCount
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.
- Returns:
- 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.
-
lowCount
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.
- Returns:
- 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.
-
informationalCount
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.
- Returns:
- 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.
-
unspecifiedCount
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.
- Returns:
- 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.
-
toBuilder
public SeveritySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>
-
builder
public static SeveritySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SeveritySummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-