Class AwsSsmComplianceSummary
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<AwsSsmComplianceSummary.Builder,- AwsSsmComplianceSummary> 
Provides the details about the compliance status for a patch.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final StringThe type of resource for which the compliance was determined.final IntegerFor the patches that are compliant, the number that have a severity ofCRITICAL.final IntegerFor the patches that are compliant, the number that have a severity ofHIGH.final IntegerFor the patches that are compliant, the number that have a severity ofINFORMATIONAL.final IntegerFor the patches that are compliant, the number that have a severity ofLOW.final IntegerFor the patches that are compliant, the number that have a severity ofMEDIUM.final IntegerFor the patches that are compliant, the number that have a severity ofUNSPECIFIED.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe type of execution that was used determine compliance.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerFor the patch items that are noncompliant, the number of items that have a severity ofCRITICAL.final IntegerFor the patches that are noncompliant, the number that have a severity ofHIGH.final IntegerFor the patches that are noncompliant, the number that have a severity ofINFORMATIONAL.final IntegerFor the patches that are noncompliant, the number that have a severity ofLOW.final IntegerFor the patches that are noncompliant, the number that have a severity ofMEDIUM.final IntegerFor the patches that are noncompliant, the number that have a severity ofUNSPECIFIED.final StringThe highest severity for the patches.final StringThe identifier of the patch baseline.final StringThe identifier of the patch group for which compliance was determined.static Class<? extends AwsSsmComplianceSummary.Builder> final Stringstatus()The current patch compliance status.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
statusThe current patch compliance status. Valid values are as follows: - 
 COMPLIANT
- 
 NON_COMPLIANT
- 
 UNSPECIFIED_DATA
 - Returns:
- The current patch compliance status. Valid values are as follows:
         - 
         COMPLIANT
- 
         NON_COMPLIANT
- 
         UNSPECIFIED_DATA
 
- 
         
 
- 
 
- 
compliantCriticalCountFor the patches that are compliant, the number that have a severity of CRITICAL.- Returns:
- For the patches that are compliant, the number that have a severity of CRITICAL.
 
- 
compliantHighCountFor the patches that are compliant, the number that have a severity of HIGH.- Returns:
- For the patches that are compliant, the number that have a severity of HIGH.
 
- 
compliantMediumCountFor the patches that are compliant, the number that have a severity of MEDIUM.- Returns:
- For the patches that are compliant, the number that have a severity of MEDIUM.
 
- 
executionTypeThe type of execution that was used determine compliance. - Returns:
- The type of execution that was used determine compliance.
 
- 
nonCompliantCriticalCountFor the patch items that are noncompliant, the number of items that have a severity of CRITICAL.- Returns:
- For the patch items that are noncompliant, the number of items that have a severity of
         CRITICAL.
 
- 
compliantInformationalCountFor the patches that are compliant, the number that have a severity of INFORMATIONAL.- Returns:
- For the patches that are compliant, the number that have a severity of INFORMATIONAL.
 
- 
nonCompliantInformationalCountFor the patches that are noncompliant, the number that have a severity of INFORMATIONAL.- Returns:
- For the patches that are noncompliant, the number that have a severity of INFORMATIONAL.
 
- 
compliantUnspecifiedCountFor the patches that are compliant, the number that have a severity of UNSPECIFIED.- Returns:
- For the patches that are compliant, the number that have a severity of UNSPECIFIED.
 
- 
nonCompliantLowCountFor the patches that are noncompliant, the number that have a severity of LOW.- Returns:
- For the patches that are noncompliant, the number that have a severity of LOW.
 
- 
nonCompliantHighCountFor the patches that are noncompliant, the number that have a severity of HIGH.- Returns:
- For the patches that are noncompliant, the number that have a severity of HIGH.
 
- 
compliantLowCountFor the patches that are compliant, the number that have a severity of LOW.- Returns:
- For the patches that are compliant, the number that have a severity of LOW.
 
- 
complianceTypeThe type of resource for which the compliance was determined. For AwsSsmPatchCompliance,ComplianceTypeisPatch.- Returns:
- The type of resource for which the compliance was determined. For AwsSsmPatchCompliance,ComplianceTypeisPatch.
 
- 
patchBaselineIdThe identifier of the patch baseline. The patch baseline lists the patches that are approved for installation. - Returns:
- The identifier of the patch baseline. The patch baseline lists the patches that are approved for installation.
 
- 
overallSeverityThe highest severity for the patches. Valid values are as follows: - 
 CRITICAL
- 
 HIGH
- 
 MEDIUM
- 
 LOW
- 
 INFORMATIONAL
- 
 UNSPECIFIED
 - Returns:
- The highest severity for the patches. Valid values are as follows:
         - 
         CRITICAL
- 
         HIGH
- 
         MEDIUM
- 
         LOW
- 
         INFORMATIONAL
- 
         UNSPECIFIED
 
- 
         
 
- 
 
- 
nonCompliantMediumCountFor the patches that are noncompliant, the number that have a severity of MEDIUM.- Returns:
- For the patches that are noncompliant, the number that have a severity of MEDIUM.
 
- 
nonCompliantUnspecifiedCountFor the patches that are noncompliant, the number that have a severity of UNSPECIFIED.- Returns:
- For the patches that are noncompliant, the number that have a severity of UNSPECIFIED.
 
- 
patchGroupThe identifier of the patch group for which compliance was determined. A patch group uses tags to group EC2 instances that should have the same patch compliance. - Returns:
- The identifier of the patch group for which compliance was determined. A patch group uses tags to group EC2 instances that should have the same patch compliance.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<AwsSsmComplianceSummary.Builder,- AwsSsmComplianceSummary> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-