@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 |
getInstancesWithCriticalNonCompliantPatches()
The number of instances where patches that are specified as
Critical for compliance reporting in the
patch baseline aren't installed. |
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 haven't 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 |
getInstancesWithOtherNonCompliantPatches()
The number of instances with patches installed that are specified as other than
Critical or
Security but aren't compliant with the patch baseline. |
Integer |
getInstancesWithSecurityNonCompliantPatches()
The number of instances where patches that are specified as
Security in a patch advisory aren't
installed. |
Integer |
getInstancesWithUnreportedNotApplicablePatches()
The number of instances with
NotApplicable patches beyond the supported limit, which aren't reported
by name to Inventory. |
int |
hashCode() |
void |
setInstances(Integer instances)
The number of instances in the patch group.
|
void |
setInstancesWithCriticalNonCompliantPatches(Integer instancesWithCriticalNonCompliantPatches)
The number of instances where patches that are specified as
Critical for compliance reporting in the
patch baseline aren't installed. |
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 haven't 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 |
setInstancesWithOtherNonCompliantPatches(Integer instancesWithOtherNonCompliantPatches)
The number of instances with patches installed that are specified as other than
Critical or
Security but aren't compliant with the patch baseline. |
void |
setInstancesWithSecurityNonCompliantPatches(Integer instancesWithSecurityNonCompliantPatches)
The number of instances where patches that are specified as
Security in a patch advisory aren't
installed. |
void |
setInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with
NotApplicable patches beyond the supported limit, which aren't reported
by name to Inventory. |
String |
toString()
Returns a string representation of this object.
|
DescribePatchGroupStateResult |
withInstances(Integer instances)
The number of instances in the patch group.
|
DescribePatchGroupStateResult |
withInstancesWithCriticalNonCompliantPatches(Integer instancesWithCriticalNonCompliantPatches)
The number of instances where patches that are specified as
Critical for compliance reporting in the
patch baseline aren't installed. |
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 haven't 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 |
withInstancesWithOtherNonCompliantPatches(Integer instancesWithOtherNonCompliantPatches)
The number of instances with patches installed that are specified as other than
Critical or
Security but aren't compliant with the patch baseline. |
DescribePatchGroupStateResult |
withInstancesWithSecurityNonCompliantPatches(Integer instancesWithSecurityNonCompliantPatches)
The number of instances where patches that are specified as
Security in a patch advisory aren't
installed. |
DescribePatchGroupStateResult |
withInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with
NotApplicable patches beyond the supported limit, which aren't reported
by name to 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 haven't 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 haven't 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 haven't been rebooted after the patch
installation. The status of these instances is NON_COMPLIANT
.
NON_COMPLIANT
.public DescribePatchGroupStateResult withInstancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that haven't 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 haven't 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).
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 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 aren't reported
by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
instancesWithUnreportedNotApplicablePatches
- The number of instances with NotApplicable
patches beyond the supported limit, which aren't
reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.public Integer getInstancesWithUnreportedNotApplicablePatches()
The number of instances with NotApplicable
patches beyond the supported limit, which aren't reported
by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
NotApplicable
patches beyond the supported limit, which aren't
reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.public DescribePatchGroupStateResult withInstancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with NotApplicable
patches beyond the supported limit, which aren't reported
by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
instancesWithUnreportedNotApplicablePatches
- The number of instances with NotApplicable
patches beyond the supported limit, which aren't
reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.public void setInstancesWithCriticalNonCompliantPatches(Integer instancesWithCriticalNonCompliantPatches)
The number of instances where patches that are specified as Critical
for 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 instance reboot. The status of these instances is NON_COMPLIANT
.
instancesWithCriticalNonCompliantPatches
- The number of instances where patches that are specified as Critical
for 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 instance reboot. The status of these instances is
NON_COMPLIANT
.public Integer getInstancesWithCriticalNonCompliantPatches()
The number of instances where patches that are specified as Critical
for 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 instance reboot. The status of these instances is NON_COMPLIANT
.
Critical
for 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 instance reboot. The status of
these instances is NON_COMPLIANT
.public DescribePatchGroupStateResult withInstancesWithCriticalNonCompliantPatches(Integer instancesWithCriticalNonCompliantPatches)
The number of instances where patches that are specified as Critical
for 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 instance reboot. The status of these instances is NON_COMPLIANT
.
instancesWithCriticalNonCompliantPatches
- The number of instances where patches that are specified as Critical
for 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 instance reboot. The status of these instances is
NON_COMPLIANT
.public void setInstancesWithSecurityNonCompliantPatches(Integer instancesWithSecurityNonCompliantPatches)
The number of instances where patches that are specified as Security
in a patch advisory aren't
installed. These patches might be missing, have failed installation, were rejected, or were installed but
awaiting a required instance reboot. The status of these instances is NON_COMPLIANT
.
instancesWithSecurityNonCompliantPatches
- The number of instances where patches that are specified as Security
in a patch advisory
aren't installed. These patches might be missing, have failed installation, were rejected, or were
installed but awaiting a required instance reboot. The status of these instances is
NON_COMPLIANT
.public Integer getInstancesWithSecurityNonCompliantPatches()
The number of instances where patches that are specified as Security
in a patch advisory aren't
installed. These patches might be missing, have failed installation, were rejected, or were installed but
awaiting a required instance reboot. The status of these instances is NON_COMPLIANT
.
Security
in a patch advisory
aren't installed. These patches might be missing, have failed installation, were rejected, or were
installed but awaiting a required instance reboot. The status of these instances is
NON_COMPLIANT
.public DescribePatchGroupStateResult withInstancesWithSecurityNonCompliantPatches(Integer instancesWithSecurityNonCompliantPatches)
The number of instances where patches that are specified as Security
in a patch advisory aren't
installed. These patches might be missing, have failed installation, were rejected, or were installed but
awaiting a required instance reboot. The status of these instances is NON_COMPLIANT
.
instancesWithSecurityNonCompliantPatches
- The number of instances where patches that are specified as Security
in a patch advisory
aren't installed. These patches might be missing, have failed installation, were rejected, or were
installed but awaiting a required instance reboot. The status of these instances is
NON_COMPLIANT
.public void setInstancesWithOtherNonCompliantPatches(Integer instancesWithOtherNonCompliantPatches)
The number of instances with patches installed that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these instances is
NON_COMPLIANT
.
instancesWithOtherNonCompliantPatches
- The number of instances with patches installed that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these instances is
NON_COMPLIANT
.public Integer getInstancesWithOtherNonCompliantPatches()
The number of instances with patches installed that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these instances is
NON_COMPLIANT
.
Critical
or
Security
but aren't compliant with the patch baseline. The status of these instances is
NON_COMPLIANT
.public DescribePatchGroupStateResult withInstancesWithOtherNonCompliantPatches(Integer instancesWithOtherNonCompliantPatches)
The number of instances with patches installed that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these instances is
NON_COMPLIANT
.
instancesWithOtherNonCompliantPatches
- The number of instances with patches installed that are specified as other than Critical
or
Security
but aren't compliant with the patch baseline. The status of these instances is
NON_COMPLIANT
.public String toString()
toString
in class Object
Object.toString()
public DescribePatchGroupStateResult clone()
Copyright © 2021. All rights reserved.