@Generated(value="software.amazon.awssdk:codegen") public final class ListResolverConfigsRequest extends Route53ResolverRequest implements ToCopyableBuilder<ListResolverConfigsRequest.Builder,ListResolverConfigsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResolverConfigsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResolverConfigsRequest.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 Resolver configurations that you want to return in the response to a
ListResolverConfigs request. |
String |
nextToken()
(Optional) If the current Amazon Web Services account has more than
MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResolverConfigsRequest.Builder> |
serializableBuilderClass() |
ListResolverConfigsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxResults()
The maximum number of Resolver configurations that you want to return in the response to a
ListResolverConfigs request. If you don't specify a value for MaxResults, up to 100
Resolver configurations are returned.
ListResolverConfigs request. If you don't specify a value for MaxResults, up to
100 Resolver configurations are returned.public final String nextToken()
(Optional) If the current Amazon Web Services account has more than MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListResolverConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous response and
specify that value for NextToken in the request.
MaxResults Resolver
configurations, use NextToken to get the second and subsequent pages of results.
For the first ListResolverConfigs request, omit this value.
For the second and subsequent requests, get the value of NextToken from the previous
response and specify that value for NextToken in the request.
public ListResolverConfigsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResolverConfigsRequest.Builder,ListResolverConfigsRequest>toBuilder in class Route53ResolverRequestpublic static ListResolverConfigsRequest.Builder builder()
public static Class<? extends ListResolverConfigsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.