Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeParameterGroupsRequest.Builder,DescribeParameterGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeParameterGroupsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeParameterGroupsRequest.Builder,DescribeParameterGroupsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeParameterGroupsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeParameterGroupsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to include in the response.
|
String |
nextToken() |
An optional token returned from a prior request.
|
List<String> |
parameterGroupNames() |
The names of the parameter groups.
|
static Class<? extends DescribeParameterGroupsRequest.Builder> |
serializableBuilderClass() |
|
DescribeParameterGroupsRequest.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 List<String> parameterGroupNames()
The names of the parameter groups.
public Integer maxResults()
The maximum number of results to include in the response. If more results exist than the specified
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
MaxResults
value, a token is included in the response so that the remaining results can be
retrieved.
The value for MaxResults
must be between 20 and 100.
public String nextToken()
An optional token returned from a prior request. Use this token for pagination of results from this action. If
this parameter is specified, the response includes only results beyond the token, up to the value specified by
MaxResults
.
MaxResults
.public DescribeParameterGroupsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeParameterGroupsRequest.Builder,DescribeParameterGroupsRequest>
public static DescribeParameterGroupsRequest.Builder builder()
public static Class<? extends DescribeParameterGroupsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.