@Generated(value="software.amazon.awssdk:codegen") public final class DescribeParameterGroupsRequest extends DaxRequest implements ToCopyableBuilder<DescribeParameterGroupsRequest.Builder,DescribeParameterGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeParameterGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeParameterGroupsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeParameterGroupsRequest.Builder> |
serializableBuilderClass() |
DescribeParameterGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> parameterGroupNames()
The names of the parameter groups.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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()
toBuilder in interface ToCopyableBuilder<DescribeParameterGroupsRequest.Builder,DescribeParameterGroupsRequest>toBuilder in class DaxRequestpublic static DescribeParameterGroupsRequest.Builder builder()
public static Class<? extends DescribeParameterGroupsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.