@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverEndpointIpAddressesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListResolverEndpointIpAddressesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListResolverEndpointIpAddressesResult |
clone() |
boolean |
equals(Object obj) |
List<IpAddressResponse> |
getIpAddresses()
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 |
getMaxResults()
The value that you specified for
MaxResults in the request. |
String |
getNextToken()
If the specified endpoint has more than
MaxResults IP addresses, you can submit another
ListResolverEndpointIpAddresses request to get the next group of IP addresses. |
int |
hashCode() |
void |
setIpAddresses(Collection<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).
|
void |
setMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
void |
setNextToken(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. |
String |
toString()
Returns a string representation of this object.
|
ListResolverEndpointIpAddressesResult |
withIpAddresses(Collection<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).
|
ListResolverEndpointIpAddressesResult |
withIpAddresses(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).
|
ListResolverEndpointIpAddressesResult |
withMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverEndpointIpAddressesResult |
withNextToken(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. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic ListResolverEndpointIpAddressesResult()
public void setNextToken(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.
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.public String getNextToken()
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 ListResolverEndpointIpAddressesResult withNextToken(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.
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.public void setMaxResults(Integer maxResults)
The value that you specified for MaxResults in the request.
maxResults - The value that you specified for MaxResults in the request.public Integer getMaxResults()
The value that you specified for MaxResults in the request.
MaxResults in the request.public ListResolverEndpointIpAddressesResult withMaxResults(Integer maxResults)
The value that you specified for MaxResults in the request.
maxResults - The value that you specified for MaxResults in the request.public List<IpAddressResponse> getIpAddresses()
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to Resolver (inbound endpoint).
public void setIpAddresses(Collection<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).
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).public ListResolverEndpointIpAddressesResult withIpAddresses(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).
NOTE: This method appends the values to the existing list (if any). Use
setIpAddresses(java.util.Collection) or withIpAddresses(java.util.Collection) if you want to
override the existing values.
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).public ListResolverEndpointIpAddressesResult withIpAddresses(Collection<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).
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).public String toString()
toString in class ObjectObject.toString()public ListResolverEndpointIpAddressesResult clone()
Copyright © 2020. All rights reserved.