Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class RouteTableAssociation

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

public class RouteTableAssociation
extends Object
implements Serializable

Route Table Association

See Also:
Serialized Form

Constructor Summary
RouteTableAssociation()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getMain()
          Returns the value of the Main property for this object.
 String getRouteTableAssociationId()
          Returns the value of the RouteTableAssociationId property for this object.
 String getRouteTableId()
          Returns the value of the RouteTableId property for this object.
 String getSubnetId()
          Returns the value of the SubnetId property for this object.
 int hashCode()
           
 Boolean isMain()
          Returns the value of the Main property for this object.
 void setMain(Boolean main)
          Sets the value of the Main property for this object.
 void setRouteTableAssociationId(String routeTableAssociationId)
          Sets the value of the RouteTableAssociationId property for this object.
 void setRouteTableId(String routeTableId)
          Sets the value of the RouteTableId property for this object.
 void setSubnetId(String subnetId)
          Sets the value of the SubnetId property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 RouteTableAssociation withMain(Boolean main)
          Sets the value of the Main property for this object.
 RouteTableAssociation withRouteTableAssociationId(String routeTableAssociationId)
          Sets the value of the RouteTableAssociationId property for this object.
 RouteTableAssociation withRouteTableId(String routeTableId)
          Sets the value of the RouteTableId property for this object.
 RouteTableAssociation withSubnetId(String subnetId)
          Sets the value of the SubnetId property for this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RouteTableAssociation

public RouteTableAssociation()
Method Detail

getRouteTableAssociationId

public String getRouteTableAssociationId()
Returns the value of the RouteTableAssociationId property for this object.

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

setRouteTableAssociationId

public void setRouteTableAssociationId(String routeTableAssociationId)
Sets the value of the RouteTableAssociationId property for this object.

Parameters:
routeTableAssociationId - The new value for the RouteTableAssociationId property for this object.

withRouteTableAssociationId

public RouteTableAssociation withRouteTableAssociationId(String routeTableAssociationId)
Sets the value of the RouteTableAssociationId property for this object.

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

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

getRouteTableId

public String getRouteTableId()
Returns the value of the RouteTableId property for this object.

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

setRouteTableId

public void setRouteTableId(String routeTableId)
Sets the value of the RouteTableId property for this object.

Parameters:
routeTableId - The new value for the RouteTableId property for this object.

withRouteTableId

public RouteTableAssociation withRouteTableId(String routeTableId)
Sets the value of the RouteTableId property for this object.

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

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

getSubnetId

public String getSubnetId()
Returns the value of the SubnetId property for this object.

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

setSubnetId

public void setSubnetId(String subnetId)
Sets the value of the SubnetId property for this object.

Parameters:
subnetId - The new value for the SubnetId property for this object.

withSubnetId

public RouteTableAssociation withSubnetId(String subnetId)
Sets the value of the SubnetId property for this object.

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

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

isMain

public Boolean isMain()
Returns the value of the Main property for this object.

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

setMain

public void setMain(Boolean main)
Sets the value of the Main property for this object.

Parameters:
main - The new value for the Main property for this object.

withMain

public RouteTableAssociation withMain(Boolean main)
Sets the value of the Main property for this object.

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

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

getMain

public Boolean getMain()
Returns the value of the Main property for this object.

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

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.