@Generated(value="software.amazon.awssdk:codegen") public class DescribeEffectivePatchesForPatchBaselineResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEffectivePatchesForPatchBaselineResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineResponse.Builder,DescribeEffectivePatchesForPatchBaselineResponse>public static DescribeEffectivePatchesForPatchBaselineResponse.Builder builder()
public static Class<? extends DescribeEffectivePatchesForPatchBaselineResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.