@Generated(value="software.amazon.awssdk:codegen") public class DescribeEffectivePatchesForPatchBaselineRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
NOOP| 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) |
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() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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>public static DescribeEffectivePatchesForPatchBaselineRequest.Builder builder()
public static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.