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 interface
SeveritySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SeveritySummary.Builder
builder()
Integer
criticalCount()
The total number of resources or compliance items that have a severity level ofCritical
.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.Map<String,SdkField<?>>
sdkFieldNameToField()
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.-
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:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
-
-