com.amazonaws.services.ec2.model
Class DescribeRouteTablesResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeRouteTablesResult

public class DescribeRouteTablesResult
extends java.lang.Object

Describe Route Tables Result


Constructor Summary
DescribeRouteTablesResult()
           
 
Method Summary
 java.util.List<RouteTable> getRouteTables()
          Returns the value of the RouteTables property for this object.
 void setRouteTables(java.util.Collection<RouteTable> routeTables)
          Sets the value of the RouteTables property for this object.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeRouteTablesResult withRouteTables(java.util.Collection<RouteTable> routeTables)
          Sets the value of the RouteTables property for this object.
 DescribeRouteTablesResult withRouteTables(RouteTable... routeTables)
          Sets the value of the RouteTables property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeRouteTablesResult

public DescribeRouteTablesResult()
Method Detail

getRouteTables

public java.util.List<RouteTable> getRouteTables()
Returns the value of the RouteTables property for this object.

Returns:
The value of the RouteTables property for this object.

setRouteTables

public void setRouteTables(java.util.Collection<RouteTable> routeTables)
Sets the value of the RouteTables property for this object.

Parameters:
routeTables - The new value for the RouteTables property for this object.

withRouteTables

public DescribeRouteTablesResult withRouteTables(RouteTable... routeTables)
Sets the value of the RouteTables property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
routeTables - The new value for the RouteTables property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withRouteTables

public DescribeRouteTablesResult withRouteTables(java.util.Collection<RouteTable> routeTables)
Sets the value of the RouteTables property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
routeTables - The new value for the RouteTables property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.