public class DescribeAddressesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAddressesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAddressesResult |
clone() |
boolean |
equals(Object obj) |
List<Address> |
getAddresses()
The Snowball shipping addresses that were created for this account.
|
String |
getNextToken()
HTTP requests are stateless.
|
int |
hashCode() |
void |
setAddresses(Collection<Address> addresses)
The Snowball shipping addresses that were created for this account.
|
void |
setNextToken(String nextToken)
HTTP requests are stateless.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAddressesResult |
withAddresses(Address... addresses)
The Snowball shipping addresses that were created for this account.
|
DescribeAddressesResult |
withAddresses(Collection<Address> addresses)
The Snowball shipping addresses that were created for this account.
|
DescribeAddressesResult |
withNextToken(String nextToken)
HTTP requests are stateless.
|
public List<Address> getAddresses()
The Snowball shipping addresses that were created for this account.
public void setAddresses(Collection<Address> addresses)
The Snowball shipping addresses that were created for this account.
addresses - The Snowball shipping addresses that were created for this
account.public DescribeAddressesResult withAddresses(Address... addresses)
The Snowball shipping addresses that were created for this account.
NOTE: This method appends the values to the existing list (if
any). Use setAddresses(java.util.Collection) or
withAddresses(java.util.Collection) if you want to override the
existing values.
addresses - The Snowball shipping addresses that were created for this
account.public DescribeAddressesResult withAddresses(Collection<Address> addresses)
The Snowball shipping addresses that were created for this account.
addresses - The Snowball shipping addresses that were created for this
account.public void setNextToken(String nextToken)
HTTP requests are stateless. If you use the automatically generated
NextToken value in your next DescribeAddresses
call, your list of returned addresses will start from this point in the
array.
nextToken - HTTP requests are stateless. If you use the automatically
generated NextToken value in your next
DescribeAddresses call, your list of returned
addresses will start from this point in the array.public String getNextToken()
HTTP requests are stateless. If you use the automatically generated
NextToken value in your next DescribeAddresses
call, your list of returned addresses will start from this point in the
array.
NextToken value in your next
DescribeAddresses call, your list of returned
addresses will start from this point in the array.public DescribeAddressesResult withNextToken(String nextToken)
HTTP requests are stateless. If you use the automatically generated
NextToken value in your next DescribeAddresses
call, your list of returned addresses will start from this point in the
array.
nextToken - HTTP requests are stateless. If you use the automatically
generated NextToken value in your next
DescribeAddresses call, your list of returned
addresses will start from this point in the array.public String toString()
toString in class ObjectObject.toString()public DescribeAddressesResult clone()
Copyright © 2016. All rights reserved.