Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribePatchGroupsRequest.Builder,DescribePatchGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribePatchGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribePatchGroupsRequest.Builder,DescribePatchGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePatchGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribePatchGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of patch groups to return (per page).
|
String |
nextToken() |
The token for the next set of items to return.
|
static Class<? extends DescribePatchGroupsRequest.Builder> |
serializableBuilderClass() |
|
DescribePatchGroupsRequest.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 Integer maxResults()
The maximum number of patch groups 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 DescribePatchGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePatchGroupsRequest.Builder,DescribePatchGroupsRequest>
public static DescribePatchGroupsRequest.Builder builder()
public static Class<? extends DescribePatchGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.