Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class DescribeRouteTablesResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.DescribeRouteTablesResult
All Implemented Interfaces:
Serializable

public class DescribeRouteTablesResult
extends Object
implements Serializable

Describe Route Tables Result

See Also:
Serialized Form

Constructor Summary
DescribeRouteTablesResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<RouteTable> getRouteTables()
          Returns the value of the RouteTables property for this object.
 int hashCode()
           
 void setRouteTables(Collection<RouteTable> routeTables)
          Sets the value of the RouteTables property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeRouteTablesResult withRouteTables(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
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeRouteTablesResult

public DescribeRouteTablesResult()
Method Detail

getRouteTables

public 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(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(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 String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


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