@Generated(value="software.amazon.awssdk:codegen") public class DescribeEffectivePatchesForPatchBaselineRequest extends SSMRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
baselineId()
The ID of the patch baseline to retrieve the effective patches for.
|
static DescribeEffectivePatchesForPatchBaselineRequest.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of patches to return (per page).
|
String |
nextToken()
The token for the next set of items to return.
|
static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> |
serializableBuilderClass() |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String baselineId()
The ID of the patch baseline to retrieve the effective patches for.
public Integer maxResults()
The maximum number of patches to return (per page).
public String nextToken()
The token for the next set of items to return. (You received this token from a previous call.)
public DescribeEffectivePatchesForPatchBaselineRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>toBuilder in class SSMRequestpublic static DescribeEffectivePatchesForPatchBaselineRequest.Builder builder()
public static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2017. All rights reserved.