@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMovingAddressesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMovingAddressesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMovingAddressesResult |
clone() |
boolean |
equals(Object obj) |
List<MovingAddressStatus> |
getMovingAddressStatuses()
The status for each Elastic IP address.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeMovingAddressesResult |
withMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
|
DescribeMovingAddressesResult |
withMovingAddressStatuses(MovingAddressStatus... movingAddressStatuses)
The status for each Elastic IP address.
|
DescribeMovingAddressesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MovingAddressStatus> getMovingAddressStatuses()
The status for each Elastic IP address.
public void setMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
movingAddressStatuses
- The status for each Elastic IP address.public DescribeMovingAddressesResult withMovingAddressStatuses(MovingAddressStatus... movingAddressStatuses)
The status for each Elastic IP address.
NOTE: This method appends the values to the existing list (if any). Use
setMovingAddressStatuses(java.util.Collection)
or
withMovingAddressStatuses(java.util.Collection)
if you want to override the existing values.
movingAddressStatuses
- The status for each Elastic IP address.public DescribeMovingAddressesResult withMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses)
The status for each Elastic IP address.
movingAddressStatuses
- The status for each Elastic IP address.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeMovingAddressesResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are no
more results to return.public String toString()
toString
in class Object
Object.toString()
public DescribeMovingAddressesResult clone()