ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeEffectivePatchesForPatchBaselineResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeEffectivePatchesForPatchBaselineResponse.Builder |
builder() |
|
List<EffectivePatch> |
effectivePatches() |
An array of patches and patch status.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
static Class<? extends DescribeEffectivePatchesForPatchBaselineResponse.Builder> |
serializableBuilderClass() |
|
DescribeEffectivePatchesForPatchBaselineResponse.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 List<EffectivePatch> effectivePatches()
An array of patches and patch status.
public String nextToken()
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
public DescribeEffectivePatchesForPatchBaselineResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>
public static DescribeEffectivePatchesForPatchBaselineResponse.Builder builder()
public static Class<? extends DescribeEffectivePatchesForPatchBaselineResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.