@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDedicatedIpPoolsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A list of dedicated IP pools.
| Constructor and Description |
|---|
ListDedicatedIpPoolsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListDedicatedIpPoolsResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDedicatedIpPools()
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current
Region.
|
String |
getNextToken()
A token that indicates that there are additional IP pools to list.
|
int |
hashCode() |
void |
setDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current
Region.
|
void |
setNextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
String |
toString()
Returns a string representation of this object.
|
ListDedicatedIpPoolsResult |
withDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current
Region.
|
ListDedicatedIpPoolsResult |
withDedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current
Region.
|
ListDedicatedIpPoolsResult |
withNextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<String> getDedicatedIpPools()
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
public void setDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the
current Region.public ListDedicatedIpPoolsResult withDedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
NOTE: This method appends the values to the existing list (if any). Use
setDedicatedIpPools(java.util.Collection) or withDedicatedIpPools(java.util.Collection) if you
want to override the existing values.
dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the
current Region.public ListDedicatedIpPoolsResult withDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the
current Region.public void setNextToken(String nextToken)
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another
request to ListDedicatedIpPools, passing this token in the NextToken parameter.
nextToken - A token that indicates that there are additional IP pools to list. To view additional IP pools, issue
another request to ListDedicatedIpPools, passing this token in the NextToken
parameter.public String getNextToken()
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another
request to ListDedicatedIpPools, passing this token in the NextToken parameter.
ListDedicatedIpPools, passing this token in the NextToken
parameter.public ListDedicatedIpPoolsResult withNextToken(String nextToken)
A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another
request to ListDedicatedIpPools, passing this token in the NextToken parameter.
nextToken - A token that indicates that there are additional IP pools to list. To view additional IP pools, issue
another request to ListDedicatedIpPools, passing this token in the NextToken
parameter.public String toString()
toString in class ObjectObject.toString()public ListDedicatedIpPoolsResult clone()