@Generated(value="software.amazon.awssdk:codegen") public final class DescribePatchGroupStateResponse extends SsmResponse implements ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribePatchGroupStateResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribePatchGroupStateResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
instances()
The number of instances in the patch group.
|
Integer |
instancesWithFailedPatches()
The number of instances with patches from the patch baseline that failed to install.
|
Integer |
instancesWithInstalledOtherPatches()
The number of instances with patches installed that aren't defined in the patch baseline.
|
Integer |
instancesWithInstalledPatches()
The number of instances with installed patches.
|
Integer |
instancesWithInstalledRejectedPatches()
The number of instances with patches installed that are specified in a RejectedPatches list.
|
Integer |
instancesWithMissingPatches()
The number of instances with missing patches from the patch baseline.
|
Integer |
instancesWithNotApplicablePatches()
The number of instances with patches that aren't applicable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribePatchGroupStateResponse.Builder> |
serializableBuilderClass() |
DescribePatchGroupStateResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Integer instances()
The number of instances in the patch group.
public Integer instancesWithInstalledPatches()
The number of instances with installed patches.
public Integer instancesWithInstalledOtherPatches()
The number of instances with patches installed that aren't defined in the patch baseline.
public 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).
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
public Integer instancesWithMissingPatches()
The number of instances with missing patches from the patch baseline.
public Integer instancesWithFailedPatches()
The number of instances with patches from the patch baseline that failed to install.
public Integer instancesWithNotApplicablePatches()
The number of instances with patches that aren't applicable.
public DescribePatchGroupStateResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>toBuilder in class AwsResponsepublic static DescribePatchGroupStateResponse.Builder builder()
public static Class<? extends DescribePatchGroupStateResponse.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.