Class SeveritySummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>
The number of managed nodes found for each patch severity level defined in the request filter.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic SeveritySummary.Builderbuilder()final IntegerThe total number of resources or compliance items that have a severity level ofCritical.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe total number of resources or compliance items that have a severity level of high.final IntegerThe total number of resources or compliance items that have a severity level of informational.final IntegerlowCount()The total number of resources or compliance items that have a severity level of low.final IntegerThe total number of resources or compliance items that have a severity level of medium.static Class<? extends SeveritySummary.Builder>final StringtoString()Returns a string representation of this object.final IntegerThe 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, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
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
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
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
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
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
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
- Specified by:
toBuilderin interfaceToCopyableBuilder<SeveritySummary.Builder,SeveritySummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-