@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDedicatedIpsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to obtain more information about dedicated IP pools.
NOOP
Constructor and Description |
---|
GetDedicatedIpsRequest() |
Modifier and Type | Method and Description |
---|---|
GetDedicatedIpsRequest |
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
GetDedicatedIps to indicate the position of the dedicated
IP pool in the list of IP pools. |
Integer |
getPageSize()
The number of results to show in a single call to
GetDedicatedIpsRequest . |
String |
getPoolName()
The name of the IP pool that the dedicated IP address is associated with.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token returned from a previous call to
GetDedicatedIps to indicate the position of the dedicated
IP pool in the list of IP pools. |
void |
setPageSize(Integer pageSize)
The number of results to show in a single call to
GetDedicatedIpsRequest . |
void |
setPoolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
|
String |
toString()
Returns a string representation of this object.
|
GetDedicatedIpsRequest |
withNextToken(String nextToken)
A token returned from a previous call to
GetDedicatedIps to indicate the position of the dedicated
IP pool in the list of IP pools. |
GetDedicatedIpsRequest |
withPageSize(Integer pageSize)
The number of results to show in a single call to
GetDedicatedIpsRequest . |
GetDedicatedIpsRequest |
withPoolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
|
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 setPoolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
poolName
- The name of the IP pool that the dedicated IP address is associated with.public String getPoolName()
The name of the IP pool that the dedicated IP address is associated with.
public GetDedicatedIpsRequest withPoolName(String poolName)
The name of the IP pool that the dedicated IP address is associated with.
poolName
- The name of the IP pool that the dedicated IP address is associated with.public void setNextToken(String nextToken)
A token returned from a previous call to GetDedicatedIps
to indicate the position of the dedicated
IP pool in the list of IP pools.
nextToken
- A token returned from a previous call to GetDedicatedIps
to indicate the position of the
dedicated IP pool in the list of IP pools.public String getNextToken()
A token returned from a previous call to GetDedicatedIps
to indicate the position of the dedicated
IP pool in the list of IP pools.
GetDedicatedIps
to indicate the position of the
dedicated IP pool in the list of IP pools.public GetDedicatedIpsRequest withNextToken(String nextToken)
A token returned from a previous call to GetDedicatedIps
to indicate the position of the dedicated
IP pool in the list of IP pools.
nextToken
- A token returned from a previous call to GetDedicatedIps
to indicate the position of the
dedicated IP pool in the list of IP pools.public void setPageSize(Integer pageSize)
The number of results to show in a single call to GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest
. 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.
GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest withPageSize(Integer pageSize)
The number of results to show in a single call to GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest
. 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 GetDedicatedIpsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()