@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 Web Services 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 associated with your Amazon Web Services 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 associated with your Amazon Web Services 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 associated with your Amazon Web Services account.
|
GetDedicatedIpsResult |
withDedicatedIps (DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
|
GetDedicatedIpsResult |
withNextToken (String nextToken)
A token that indicates that there are additional dedicated IP addresses to list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public GetDedicatedIpsResult()
public List<DedicatedIp> getDedicatedIps()
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
public void setDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.public GetDedicatedIpsResult withDedicatedIps(DedicatedIp... dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services 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 associated with your Amazon Web Services account.public GetDedicatedIpsResult withDedicatedIps(Collection<DedicatedIp> dedicatedIps)
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services 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 Object Object.toString() public GetDedicatedIpsResult clone()