@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDedicatedIpPoolsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to obtain a list of dedicated IP pools.
NOOP
Constructor and Description |
---|
ListDedicatedIpPoolsRequest() |
Modifier and Type | Method and Description |
---|---|
ListDedicatedIpPoolsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getNextToken()
A token returned from a previous call to
ListDedicatedIpPools to indicate the position in the list
of dedicated IP pools. |
Integer |
getPageSize()
The number of results to show in a single call to
ListDedicatedIpPools . |
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
ListDedicatedIpPools to indicate the position in the list
of dedicated IP pools. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
ListDedicatedIpPools . |
String |
toString()
Returns a string representation of this object.
|
ListDedicatedIpPoolsRequest |
withNextToken(String nextToken)
A token returned from a previous call to
ListDedicatedIpPools to indicate the position in the list
of dedicated IP pools. |
ListDedicatedIpPoolsRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
ListDedicatedIpPools . |
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, withSdkRequestTimeout
public void setNextToken(String nextToken)
A token returned from a previous call to ListDedicatedIpPools
to indicate the position in the list
of dedicated IP pools.
nextToken
- A token returned from a previous call to ListDedicatedIpPools
to indicate the position in the
list of dedicated IP pools.public String getNextToken()
A token returned from a previous call to ListDedicatedIpPools
to indicate the position in the list
of dedicated IP pools.
ListDedicatedIpPools
to indicate the position in
the list of dedicated IP pools.public ListDedicatedIpPoolsRequest withNextToken(String nextToken)
A token returned from a previous call to ListDedicatedIpPools
to indicate the position in the list
of dedicated IP pools.
nextToken
- A token returned from a previous call to ListDedicatedIpPools
to indicate the position in the
list of dedicated IP pools.public void setPageSize(Integer pageSize)
The number of results to show in a single call to ListDedicatedIpPools
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
pageSize
- The number of results to show in a single call to ListDedicatedIpPools
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public Integer getPageSize()
The number of results to show in a single call to ListDedicatedIpPools
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
ListDedicatedIpPools
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public ListDedicatedIpPoolsRequest withPageSize(Integer pageSize)
The number of results to show in a single call to ListDedicatedIpPools
. If the number of results is
larger than the number you specified in this parameter, then the response includes a NextToken
element, which you can use to obtain additional results.
pageSize
- The number of results to show in a single call to ListDedicatedIpPools
. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken
element, which you can use to obtain additional results.public String toString()
toString
in class Object
Object.toString()
public ListDedicatedIpPoolsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()