@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDedicatedIpsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Information about the dedicated IP addresses that are associated with your Amazon Pinpoint account.
| Constructor and Description |
|---|
GetDedicatedIpsResult() |
| Modifier and Type | Method and Description |
|---|---|
GetDedicatedIpsResult |
clone() |
boolean |
equals(Object obj) |
List<DedicatedIp> |
getDedicatedIps()
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
String |
getNextToken()
A token that indicates that there are additional dedicated IP addresses to list.
|
int |
hashCode() |
void |
setDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
void |
setNextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
String |
toString()
Returns a string representation of this object.
|
GetDedicatedIpsResult |
withDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
GetDedicatedIpsResult |
withDedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
|
GetDedicatedIpsResult |
withNextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<DedicatedIp> getDedicatedIps()
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
public void setDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
dedicatedIps - A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.public GetDedicatedIpsResult withDedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
NOTE: This method appends the values to the existing list (if any). Use
setDedicatedIps(java.util.Collection) or withDedicatedIps(java.util.Collection) if you want to
override the existing values.
dedicatedIps - A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.public GetDedicatedIpsResult withDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.
dedicatedIps - A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.public void setNextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses,
issue another request to GetDedicatedIps, passing this token in the NextToken
parameter.
nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional
addresses, issue another request to GetDedicatedIps, passing this token in the
NextToken parameter.public String getNextToken()
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses,
issue another request to GetDedicatedIps, passing this token in the NextToken
parameter.
GetDedicatedIps, passing this token in the
NextToken parameter.public GetDedicatedIpsResult withNextToken(String nextToken)
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses,
issue another request to GetDedicatedIps, passing this token in the NextToken
parameter.
nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional
addresses, issue another request to GetDedicatedIps, passing this token in the
NextToken parameter.public String toString()
toString in class ObjectObject.toString()public GetDedicatedIpsResult clone()