AWS SDK for .NET Documentation
ReplaceRouteTableAssociationRequest Class
AmazonAmazon.EC2.ModelReplaceRouteTableAssociationRequest Did this page help you?   Yes   No    Tell us about it...
Changes the route table associated with a given subnet in a VPC.
Declaration Syntax
C#
public class ReplaceRouteTableAssociationRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ReplaceRouteTableAssociationRequest()()()()
Initializes a new instance of the ReplaceRouteTableAssociationRequest class

AssociationId
The ID representing the current association between the original route table and the subnet.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsSetAssociationId()()()()
Checks if AssociationId property is set

IsSetRouteTableId()()()()
Checks if RouteTableId property is set

RouteTableId
The ID of the new route table to associate with the subnet.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAssociationId(String) Obsolete.
Sets the ID representing the current association between the original route table and the subnet.

WithRouteTableId(String) Obsolete.
Sets the ID of the new route table to associate with the subnet.

Remarks
After you execute this action, the subnet uses the routes in the new route table it's associated with. For more information about route tables, go to Route Tables in the Amazon Virtual Private Cloud User Guide.
Inheritance Hierarchy
Object
EC2Request
 ReplaceRouteTableAssociationRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)