Class PatchComplianceData
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<PatchComplianceData.Builder,PatchComplianceData> 
Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic PatchComplianceData.Builderbuilder()final StringThe classification of the patch, such asSecurityUpdates,Updates, andCriticalUpdates.final StringcveIds()The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date/time the patch was installed on the managed node.final StringkbId()The operating system-specific ID of the patch.static Class<? extends PatchComplianceData.Builder> final Stringseverity()The severity of the patch such asCritical,Important, andModerate.final PatchComplianceDataStatestate()The state of the patch on the managed node, such as INSTALLED or FAILED.final StringThe state of the patch on the managed node, such as INSTALLED or FAILED.final Stringtitle()The title of the patch.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.ToCopyableBuilder
copy 
- 
Method Details
- 
title
The title of the patch.
- Returns:
 - The title of the patch.
 
 - 
kbId
The operating system-specific ID of the patch.
- Returns:
 - The operating system-specific ID of the patch.
 
 - 
classification
The classification of the patch, such as
SecurityUpdates,Updates, andCriticalUpdates.- Returns:
 - The classification of the patch, such as 
SecurityUpdates,Updates, andCriticalUpdates. 
 - 
severity
The severity of the patch such as
Critical,Important, andModerate.- Returns:
 - The severity of the patch such as 
Critical,Important, andModerate. 
 - 
state
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
If the service returns an enum value that is not available in the current SDK version,
statewill returnPatchComplianceDataState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
 - The state of the patch on the managed node, such as INSTALLED or FAILED.
         
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
 - See Also:
 
 - 
stateAsString
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
If the service returns an enum value that is not available in the current SDK version,
statewill returnPatchComplianceDataState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
 - The state of the patch on the managed node, such as INSTALLED or FAILED.
         
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
 - See Also:
 
 - 
installedTime
The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
- Returns:
 - The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
 
 - 
cveIds
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
- Returns:
 - The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
 
 - 
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<PatchComplianceData.Builder,PatchComplianceData> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description 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 interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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
 
 -