public class ListIpRoutesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
ListIpRoutesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListIpRoutesResult |
clone() |
boolean |
equals(Object obj) |
List<IpRouteInfo> |
getIpRoutesInfo()
A list of IpRoutes.
|
String |
getNextToken()
If not null, more results are available.
|
int |
hashCode() |
void |
setIpRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
|
void |
setNextToken(String nextToken)
If not null, more results are available.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListIpRoutesResult |
withIpRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
|
ListIpRoutesResult |
withIpRoutesInfo(IpRouteInfo... ipRoutesInfo)
A list of IpRoutes.
|
ListIpRoutesResult |
withNextToken(String nextToken)
If not null, more results are available.
|
public List<IpRouteInfo> getIpRoutesInfo()
A list of IpRoutes.
public void setIpRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
ipRoutesInfo - A list of IpRoutes.public ListIpRoutesResult withIpRoutesInfo(IpRouteInfo... ipRoutesInfo)
A list of IpRoutes.
NOTE: This method appends the values to the existing list (if
any). Use setIpRoutesInfo(java.util.Collection) or
withIpRoutesInfo(java.util.Collection) if you want to override
the existing values.
ipRoutesInfo - A list of IpRoutes.public ListIpRoutesResult withIpRoutesInfo(Collection<IpRouteInfo> ipRoutesInfo)
A list of IpRoutes.
ipRoutesInfo - A list of IpRoutes.public void setNextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListIpRoutes to retrieve the next set of items.
nextToken - If not null, more results are available. Pass this value for the
NextToken parameter in a subsequent call to
ListIpRoutes to retrieve the next set of items.public String getNextToken()
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListIpRoutes to retrieve the next set of items.
public ListIpRoutesResult withNextToken(String nextToken)
If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to ListIpRoutes to retrieve the next set of items.
nextToken - If not null, more results are available. Pass this value for the
NextToken parameter in a subsequent call to
ListIpRoutes to retrieve the next set of items.public String toString()
toString in class ObjectObject.toString()public ListIpRoutesResult clone()
Copyright © 2016. All rights reserved.