Route Table Association
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RouteTableAssociation
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RouteTableAssociation()()()() | Initializes a new instance of the RouteTableAssociation class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IsSetMain()()()() | 
            Checks if Main property is set
             | 
|  | IsSetRouteTableAssociationId()()()() | 
            Checks if RouteTableAssociationId property is set
             | 
|  | IsSetRouteTableId()()()() | 
            Checks if RouteTableId property is set
             | 
|  | IsSetSubnetId()()()() | 
            Checks if SubnetId property is set
             | 
|  | Main | 
            Whether this is the main route table.
             | 
|  | RouteTableAssociationId | 
            An identifier representing the association between a route table and a subnet.
             | 
|  | RouteTableId | 
            The ID of the route table in the association.
             | 
|  | SubnetId | 
            The ID of the subnet in the association.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMain(Boolean) | Obsolete. 
            Sets whether this is the main route table.
             | 
|  | WithRouteTableAssociationId(String) | Obsolete. 
            Sets an identifier representing the association between a route table and a subnet.
             | 
|  | WithRouteTableId(String) | Obsolete. 
            Sets the ID of the route table in the association.
             | 
|  | WithSubnetId(String) | Obsolete. 
            Sets the ID of the subnet in the association.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RouteTableAssociation |