Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeEffectivePatchesForPatchBaselineRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeEffectivePatchesForPatchBaselineRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeEffectivePatchesForPatchBaselineRequest.Builder,DescribeEffectivePatchesForPatchBaselineRequest>
public static DescribeEffectivePatchesForPatchBaselineRequest.Builder builder()
public static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.