@Generated(value="software.amazon.awssdk:codegen") public class DescribePatchGroupStateResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.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) |
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 |
instancesWithMissingPatches()
The number of instances with missing patches from the patch baseline.
|
Integer |
instancesWithNotApplicablePatches()
The number of instances with patches that aren't applicable.
|
static Class<? extends DescribePatchGroupStateResponse.Builder> |
serializableBuilderClass() |
DescribePatchGroupStateResponse.Builder |
toBuilder() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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 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 software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>public static DescribePatchGroupStateResponse.Builder builder()
public static Class<? extends DescribePatchGroupStateResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.