@Generated(value="software.amazon.awssdk:codegen") public final class ListResolverEndpointIpAddressesResponse extends Route53ResolverResponse implements ToCopyableBuilder<ListResolverEndpointIpAddressesResponse.Builder,ListResolverEndpointIpAddressesResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListResolverEndpointIpAddressesResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListResolverEndpointIpAddressesResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkResponse. |
int |
hashCode() |
List<IpAddressResponse> |
ipAddresses()
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to
Resolver (inbound endpoint).
|
Integer |
maxResults()
The value that you specified for
MaxResults in the request. |
String |
nextToken()
If the specified endpoint has more than
MaxResults IP addresses, you can submit another
ListResolverEndpointIpAddresses request to get the next group of IP addresses. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListResolverEndpointIpAddressesResponse.Builder> |
serializableBuilderClass() |
ListResolverEndpointIpAddressesResponse.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
responseMetadatasdkHttpResponsecopypublic String nextToken()
If the specified 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.
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 Integer maxResults()
The value that you specified for MaxResults in the request.
MaxResults in the request.public List<IpAddressResponse> ipAddresses()
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to Resolver (inbound endpoint).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ListResolverEndpointIpAddressesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListResolverEndpointIpAddressesResponse.Builder,ListResolverEndpointIpAddressesResponse>toBuilder in class AwsResponsepublic static ListResolverEndpointIpAddressesResponse.Builder builder()
public static Class<? extends ListResolverEndpointIpAddressesResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkResponseSdkResponse. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkResponse.getValueForField(String, Class) method will
again be available.getValueForField in class SdkResponsefieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.