@Generated(value="software.amazon.awssdk:codegen") public final class ListResolverEndpointIpAddressesRequest extends Route53ResolverRequest implements ToCopyableBuilder<ListResolverEndpointIpAddressesRequest.Builder,ListResolverEndpointIpAddressesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResolverEndpointIpAddressesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResolverEndpointIpAddressesRequest.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 IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses request. |
String |
nextToken()
For the first
ListResolverEndpointIpAddresses request, omit this value. |
String |
resolverEndpointId()
The ID of the Resolver endpoint that you want to get IP addresses for.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResolverEndpointIpAddressesRequest.Builder> |
serializableBuilderClass() |
ListResolverEndpointIpAddressesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String resolverEndpointId()
The ID of the Resolver endpoint that you want to get IP addresses for.
public final Integer maxResults()
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses request. If you don't specify a value for MaxResults,
Resolver returns up to 100 IP addresses.
ListResolverEndpointIpAddresses request. If you don't specify a value for
MaxResults, Resolver returns up to 100 IP addresses.public final String nextToken()
For the first ListResolverEndpointIpAddresses request, omit this value.
If the specified Resolver endpoint has more than MaxResults IP addresses, you can submit another
ListResolverEndpointIpAddresses request to get the next group of IP addresses. In the next request,
specify the value of NextToken from the previous response.
ListResolverEndpointIpAddresses request, omit this value.
If the specified Resolver endpoint has more than MaxResults IP addresses, you can submit
another ListResolverEndpointIpAddresses request to get the next group of IP addresses. In
the next request, specify the value of NextToken from the previous response.
public ListResolverEndpointIpAddressesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListResolverEndpointIpAddressesRequest.Builder,ListResolverEndpointIpAddressesRequest>toBuilder in class Route53ResolverRequestpublic static ListResolverEndpointIpAddressesRequest.Builder builder()
public static Class<? extends ListResolverEndpointIpAddressesRequest.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.