@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClientVpnRoutesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeClientVpnRoutesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnRoutesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The token to use to retrieve the next page of results.
|
List<ClientVpnRoute> |
getRoutes()
Information about the Client VPN endpoint routes.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
void |
setRoutes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClientVpnRoutesResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeClientVpnRoutesResult |
withRoutes(ClientVpnRoute... routes)
Information about the Client VPN endpoint routes.
|
DescribeClientVpnRoutesResult |
withRoutes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<ClientVpnRoute> getRoutes()
Information about the Client VPN endpoint routes.
public void setRoutes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
routes
- Information about the Client VPN endpoint routes.public DescribeClientVpnRoutesResult withRoutes(ClientVpnRoute... routes)
Information about the Client VPN endpoint routes.
NOTE: This method appends the values to the existing list (if any). Use
setRoutes(java.util.Collection)
or withRoutes(java.util.Collection)
if you want to override the
existing values.
routes
- Information about the Client VPN endpoint routes.public DescribeClientVpnRoutesResult withRoutes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
routes
- Information about the Client VPN endpoint routes.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 DescribeClientVpnRoutesResult 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 DescribeClientVpnRoutesResult clone()