@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()
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that
you forward DNS queries to (for inbound endpoints).
|
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)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that
you forward DNS queries to (for inbound endpoints).
|
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)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that
you forward DNS queries to (for inbound endpoints).
|
ListResolverEndpointIpAddressesResult |
withIpAddresses(IpAddressResponse... ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that
you forward DNS queries to (for inbound endpoints).
|
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, setSdkResponseMetadata
public 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()
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
public void setIpAddresses(Collection<IpAddressResponse> ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
ipAddresses
- Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints).public ListResolverEndpointIpAddressesResult withIpAddresses(IpAddressResponse... ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
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
- Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints).public ListResolverEndpointIpAddressesResult withIpAddresses(Collection<IpAddressResponse> ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
ipAddresses
- Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints).public String toString()
toString
in class Object
Object.toString()
public ListResolverEndpointIpAddressesResult clone()