@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 Pinpoint account.
|
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 Pinpoint account.
|
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 Pinpoint account.
|
ListDedicatedIpPoolsResult |
withDedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
|
ListDedicatedIpPoolsResult |
withNextToken(String nextToken)
A token that indicates that there are additional IP pools to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getDedicatedIpPools()
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
public void setDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
dedicatedIpPools
- A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.public ListDedicatedIpPoolsResult withDedicatedIpPools(String... dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
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 Pinpoint account.public ListDedicatedIpPoolsResult withDedicatedIpPools(Collection<String> dedicatedIpPools)
A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
dedicatedIpPools
- A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.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 Object
Object.toString()
public ListDedicatedIpPoolsResult clone()