@Generated(value="software.amazon.awssdk:codegen") public final class DescribeEffectivePatchesForPatchBaselineRequest extends SsmRequest implements 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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> |
serializableBuilderClass() |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 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 © 2018. All rights reserved.