@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListResolverEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
ListResolverEndpointsResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The value that you specified for
MaxResults in the request. |
String |
getNextToken()
If more than
MaxResults IP addresses match the specified criteria, you can submit another
ListResolverEndpoint request to get the next group of results. |
List<ResolverEndpoint> |
getResolverEndpoints()
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
void |
setNextToken(String nextToken)
If more than
MaxResults IP addresses match the specified criteria, you can submit another
ListResolverEndpoint request to get the next group of results. |
void |
setResolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
String |
toString()
Returns a string representation of this object.
|
ListResolverEndpointsResult |
withMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverEndpointsResult |
withNextToken(String nextToken)
If more than
MaxResults IP addresses match the specified criteria, you can submit another
ListResolverEndpoint request to get the next group of results. |
ListResolverEndpointsResult |
withResolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
ListResolverEndpointsResult |
withResolverEndpoints(ResolverEndpoint... resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the
specified filters, if any.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
If more than MaxResults
IP addresses match the specified criteria, you can submit another
ListResolverEndpoint
request to get the next group of results. In the next request, specify the
value of NextToken
from the previous response.
nextToken
- If more than MaxResults
IP addresses match the specified criteria, you can submit another
ListResolverEndpoint
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.public String getNextToken()
If more than MaxResults
IP addresses match the specified criteria, you can submit another
ListResolverEndpoint
request to get the next group of results. In the next request, specify the
value of NextToken
from the previous response.
MaxResults
IP addresses match the specified criteria, you can submit another
ListResolverEndpoint
request to get the next group of results. In the next request, specify
the value of NextToken
from the previous response.public ListResolverEndpointsResult withNextToken(String nextToken)
If more than MaxResults
IP addresses match the specified criteria, you can submit another
ListResolverEndpoint
request to get the next group of results. In the next request, specify the
value of NextToken
from the previous response.
nextToken
- If more than MaxResults
IP addresses match the specified criteria, you can submit another
ListResolverEndpoint
request to get the next group of results. 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 ListResolverEndpointsResult 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<ResolverEndpoint> getResolverEndpoints()
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
public void setResolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
resolverEndpoints
- The Resolver endpoints that were created by using the current Amazon Web Services account, and that match
the specified filters, if any.public ListResolverEndpointsResult withResolverEndpoints(ResolverEndpoint... resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
NOTE: This method appends the values to the existing list (if any). Use
setResolverEndpoints(java.util.Collection)
or withResolverEndpoints(java.util.Collection)
if
you want to override the existing values.
resolverEndpoints
- The Resolver endpoints that were created by using the current Amazon Web Services account, and that match
the specified filters, if any.public ListResolverEndpointsResult withResolverEndpoints(Collection<ResolverEndpoint> resolverEndpoints)
The Resolver endpoints that were created by using the current Amazon Web Services account, and that match the specified filters, if any.
resolverEndpoints
- The Resolver endpoints that were created by using the current Amazon Web Services account, and that match
the specified filters, if any.public String toString()
toString
in class Object
Object.toString()
public ListResolverEndpointsResult clone()