@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListResolverEndpointIpAddressesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListResolverEndpointIpAddressesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListResolverEndpointIpAddressesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses request. |
String |
getNextToken()
For the first
ListResolverEndpointIpAddresses request, omit this value. |
String |
getResolverEndpointId()
The ID of the Resolver endpoint that you want to get IP addresses for.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses request. |
void |
setNextToken(String nextToken)
For the first
ListResolverEndpointIpAddresses request, omit this value. |
void |
setResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to get IP addresses for.
|
String |
toString()
Returns a string representation of this object.
|
ListResolverEndpointIpAddressesRequest |
withMaxResults(Integer maxResults)
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses request. |
ListResolverEndpointIpAddressesRequest |
withNextToken(String nextToken)
For the first
ListResolverEndpointIpAddresses request, omit this value. |
ListResolverEndpointIpAddressesRequest |
withResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to get IP addresses for.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ListResolverEndpointIpAddressesRequest()
public void setResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to get IP addresses for.
resolverEndpointId - The ID of the Resolver endpoint that you want to get IP addresses for.public String getResolverEndpointId()
The ID of the Resolver endpoint that you want to get IP addresses for.
public ListResolverEndpointIpAddressesRequest withResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to get IP addresses for.
resolverEndpointId - The ID of the Resolver endpoint that you want to get IP addresses for.public void setMaxResults(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.
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.public Integer getMaxResults()
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 ListResolverEndpointIpAddressesRequest withMaxResults(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.
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.public void setNextToken(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.
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.
public String getNextToken()
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 withNextToken(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.
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.
public String toString()
toString in class ObjectObject.toString()public ListResolverEndpointIpAddressesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()