ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribePatchGroupStateResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePatchGroupStateResponse.Builder |
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
public static DescribePatchGroupStateResponse.Builder builder()
public static Class<? extends DescribePatchGroupStateResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.