Class DescribePatchGroupStateResponse
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,- DescribePatchGroupStateResponse> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()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) Used to retrieve the value of a field from any class that extendsSdkResponse.final inthashCode()final IntegerThe number of managed nodes in the patch group.final IntegerThe number of managed nodes for which security-related patches are available but not approved because because they didn't meet the patch baseline requirements.final IntegerThe number of managed nodes where patches that are specified asCriticalfor compliance reporting in the patch baseline aren't installed.final IntegerThe number of managed nodes with patches from the patch baseline that failed to install.final IntegerThe number of managed nodes with patches installed that aren't defined in the patch baseline.final IntegerThe number of managed nodes with installed patches.final IntegerThe number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation.final IntegerThe number of managed nodes with patches installed that are specified in aRejectedPatcheslist.final IntegerThe number of managed nodes with missing patches from the patch baseline.final IntegerThe number of managed nodes with patches that aren't applicable.final IntegerThe number of managed nodes with patches installed that are specified as other thanCriticalorSecuritybut aren't compliant with the patch baseline.final IntegerThe number of managed nodes where patches that are specified asSecurityin a patch advisory aren't installed.final IntegerThe number of managed nodes withNotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory.static Class<? extends DescribePatchGroupStateResponse.Builder> 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 class software.amazon.awssdk.services.ssm.model.SsmResponseresponseMetadataMethods inherited from class software.amazon.awssdk.core.SdkResponsesdkHttpResponseMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
instancesThe number of managed nodes in the patch group. - Returns:
- The number of managed nodes in the patch group.
 
- 
instancesWithInstalledPatchesThe number of managed nodes with installed patches. - Returns:
- The number of managed nodes with installed patches.
 
- 
instancesWithInstalledOtherPatchesThe number of managed nodes with patches installed that aren't defined in the patch baseline. - Returns:
- The number of managed nodes with patches installed that aren't defined in the patch baseline.
 
- 
instancesWithInstalledPendingRebootPatchesThe number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the patch installation. The status of these managed nodes is NON_COMPLIANT.- Returns:
- The number of managed nodes with patches installed by Patch Manager that haven't been rebooted after the
         patch installation. The status of these managed nodes is NON_COMPLIANT.
 
- 
instancesWithInstalledRejectedPatchesThe number of managed nodes with patches installed that are specified in a RejectedPatcheslist. Patches with a status ofINSTALLED_REJECTEDwere typically installed before they were added to aRejectedPatcheslist.If ALLOW_AS_DEPENDENCYis the specified option forRejectedPatchesAction, the value ofInstancesWithInstalledRejectedPatcheswill always be0(zero).- Returns:
- The number of managed nodes with patches installed that are specified in a RejectedPatcheslist. Patches with a status ofINSTALLED_REJECTEDwere typically installed before they were added to aRejectedPatcheslist.If ALLOW_AS_DEPENDENCYis the specified option forRejectedPatchesAction, the value ofInstancesWithInstalledRejectedPatcheswill always be0(zero).
 
- 
instancesWithMissingPatchesThe number of managed nodes with missing patches from the patch baseline. - Returns:
- The number of managed nodes with missing patches from the patch baseline.
 
- 
instancesWithFailedPatchesThe number of managed nodes with patches from the patch baseline that failed to install. - Returns:
- The number of managed nodes with patches from the patch baseline that failed to install.
 
- 
instancesWithNotApplicablePatchesThe number of managed nodes with patches that aren't applicable. - Returns:
- The number of managed nodes with patches that aren't applicable.
 
- 
instancesWithUnreportedNotApplicablePatchesThe number of managed nodes with NotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.- Returns:
- The number of managed nodes with NotApplicablepatches beyond the supported limit, which aren't reported by name to Inventory. Inventory is a tool in Amazon Web Services Systems Manager.
 
- 
instancesWithCriticalNonCompliantPatchesThe number of managed nodes where patches that are specified as Criticalfor compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.- Returns:
- The number of managed nodes where patches that are specified as Criticalfor compliance reporting in the patch baseline aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.
 
- 
instancesWithSecurityNonCompliantPatchesThe number of managed nodes where patches that are specified as Securityin a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.- Returns:
- The number of managed nodes where patches that are specified as Securityin a patch advisory aren't installed. These patches might be missing, have failed installation, were rejected, or were installed but awaiting a required managed node reboot. The status of these managed nodes isNON_COMPLIANT.
 
- 
instancesWithOtherNonCompliantPatchesThe number of managed nodes with patches installed that are specified as other than CriticalorSecuritybut aren't compliant with the patch baseline. The status of these managed nodes isNON_COMPLIANT.- Returns:
- The number of managed nodes with patches installed that are specified as other than CriticalorSecuritybut aren't compliant with the patch baseline. The status of these managed nodes isNON_COMPLIANT.
 
- 
instancesWithAvailableSecurityUpdatesThe number of managed nodes for which security-related patches are available but not approved because because they didn't meet the patch baseline requirements. For example, an updated version of a patch might have been released before the specified auto-approval period was over. Applies to Windows Server managed nodes only. - Returns:
- The number of managed nodes for which security-related patches are available but not approved because
         because they didn't meet the patch baseline requirements. For example, an updated version of a patch
         might have been released before the specified auto-approval period was over.
         Applies to Windows Server managed nodes only. 
 
- 
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<DescribePatchGroupStateResponse.Builder,- DescribePatchGroupStateResponse> 
- Specified by:
- toBuilderin class- AwsResponse
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCodepublic final int hashCode()- Overrides:
- hashCodein class- AwsResponse
 
- 
equals- Overrides:
- equalsin class- AwsResponse
 
- 
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
- 
getValueForFieldDescription copied from class:SdkResponseUsed to retrieve the value of a field from any class that extendsSdkResponse. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkResponse.getValueForField(String, Class)method will again be available.- Overrides:
- getValueForFieldin class- SdkResponse
- Parameters:
- fieldName- The name of the member to be retrieved.
- clazz- The class to cast the returned object to.
- Returns:
- Optional containing the casted return value
 
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-