@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePatchGroupStateResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribePatchGroupStateResult() |
Modifier and Type | Method and Description |
---|---|
DescribePatchGroupStateResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getInstances()
The number of instances in the patch group.
|
Integer |
getInstancesWithFailedPatches()
The number of instances with patches from the patch baseline that failed to install.
|
Integer |
getInstancesWithInstalledOtherPatches()
The number of instances with patches installed that aren't defined in the patch baseline.
|
Integer |
getInstancesWithInstalledPatches()
The number of instances with installed patches.
|
Integer |
getInstancesWithInstalledPendingRebootPatches()
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch
installation.
|
Integer |
getInstancesWithInstalledRejectedPatches()
The number of instances with patches installed that are specified in a RejectedPatches list.
|
Integer |
getInstancesWithMissingPatches()
The number of instances with missing patches from the patch baseline.
|
Integer |
getInstancesWithNotApplicablePatches()
The number of instances with patches that aren't applicable.
|
Integer |
getInstancesWithUnreportedNotApplicablePatches()
The number of instances with
NotApplicable patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory. |
int |
hashCode() |
void |
setInstances(Integer instances)
The number of instances in the patch group.
|
void |
setInstancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
|
void |
setInstancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
|
void |
setInstancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
|
void |
setInstancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch
installation.
|
void |
setInstancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
void |
setInstancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
|
void |
setInstancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
|
void |
setInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with
NotApplicable patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory. |
String |
toString()
Returns a string representation of this object.
|
DescribePatchGroupStateResult |
withInstances(Integer instances)
The number of instances in the patch group.
|
DescribePatchGroupStateResult |
withInstancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
|
DescribePatchGroupStateResult |
withInstancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
|
DescribePatchGroupStateResult |
withInstancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
|
DescribePatchGroupStateResult |
withInstancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch
installation.
|
DescribePatchGroupStateResult |
withInstancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
DescribePatchGroupStateResult |
withInstancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
|
DescribePatchGroupStateResult |
withInstancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
|
DescribePatchGroupStateResult |
withInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with
NotApplicable patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setInstances(Integer instances)
The number of instances in the patch group.
instances
- The number of instances in the patch group.public Integer getInstances()
The number of instances in the patch group.
public DescribePatchGroupStateResult withInstances(Integer instances)
The number of instances in the patch group.
instances
- The number of instances in the patch group.public void setInstancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
instancesWithInstalledPatches
- The number of instances with installed patches.public Integer getInstancesWithInstalledPatches()
The number of instances with installed patches.
public DescribePatchGroupStateResult withInstancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
instancesWithInstalledPatches
- The number of instances with installed patches.public void setInstancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
instancesWithInstalledOtherPatches
- The number of instances with patches installed that aren't defined in the patch baseline.public Integer getInstancesWithInstalledOtherPatches()
The number of instances with patches installed that aren't defined in the patch baseline.
public DescribePatchGroupStateResult withInstancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
instancesWithInstalledOtherPatches
- The number of instances with patches installed that aren't defined in the patch baseline.public void setInstancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. The status of these instances is NON_COMPLIANT.
instancesWithInstalledPendingRebootPatches
- The number of instances with patches installed by Patch Manager that have not been rebooted after the
patch installation. The status of these instances is NON_COMPLIANT.public Integer getInstancesWithInstalledPendingRebootPatches()
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. The status of these instances is NON_COMPLIANT.
public DescribePatchGroupStateResult withInstancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. The status of these instances is NON_COMPLIANT.
instancesWithInstalledPendingRebootPatches
- The number of instances with patches installed by Patch Manager that have not been rebooted after the
patch installation. The status of these instances is NON_COMPLIANT.public void setInstancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
instancesWithInstalledRejectedPatches
- The number of instances with patches installed that are specified in a RejectedPatches list. Patches with
a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches
list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
public Integer getInstancesWithInstalledRejectedPatches()
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
public DescribePatchGroupStateResult withInstancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
instancesWithInstalledRejectedPatches
- The number of instances with patches installed that are specified in a RejectedPatches list. Patches with
a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches
list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
public void setInstancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
instancesWithMissingPatches
- The number of instances with missing patches from the patch baseline.public Integer getInstancesWithMissingPatches()
The number of instances with missing patches from the patch baseline.
public DescribePatchGroupStateResult withInstancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
instancesWithMissingPatches
- The number of instances with missing patches from the patch baseline.public void setInstancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
instancesWithFailedPatches
- The number of instances with patches from the patch baseline that failed to install.public Integer getInstancesWithFailedPatches()
The number of instances with patches from the patch baseline that failed to install.
public DescribePatchGroupStateResult withInstancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
instancesWithFailedPatches
- The number of instances with patches from the patch baseline that failed to install.public void setInstancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
instancesWithNotApplicablePatches
- The number of instances with patches that aren't applicable.public Integer getInstancesWithNotApplicablePatches()
The number of instances with patches that aren't applicable.
public DescribePatchGroupStateResult withInstancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
instancesWithNotApplicablePatches
- The number of instances with patches that aren't applicable.public void setInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.
instancesWithUnreportedNotApplicablePatches
- The number of instances with NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.public Integer getInstancesWithUnreportedNotApplicablePatches()
The number of instances with NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.
NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.public DescribePatchGroupStateResult withInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.
instancesWithUnreportedNotApplicablePatches
- The number of instances with NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.public String toString()
toString
in class Object
Object.toString()
public DescribePatchGroupStateResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.