@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 |
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.
|
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 |
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 |
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.
|
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 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 String toString()
toString
in class Object
Object.toString()
public DescribePatchGroupStateResult clone()
Copyright © 2018. All rights reserved.