Class RouteTableAssociation
- All Implemented Interfaces:
Serializable
,Cloneable
Describes an association between a route table and a subnet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getMain()
Indicates whether this is the main route table.The ID of the association between a route table and a subnet.The ID of the route table.The ID of the subnet.int
hashCode()
isMain()
Indicates whether this is the main route table.void
Indicates whether this is the main route table.void
setRouteTableAssociationId
(String routeTableAssociationId) The ID of the association between a route table and a subnet.void
setRouteTableId
(String routeTableId) The ID of the route table.void
setSubnetId
(String subnetId) The ID of the subnet.toString()
Returns a string representation of this object; useful for testing and debugging.Indicates whether this is the main route table.withRouteTableAssociationId
(String routeTableAssociationId) The ID of the association between a route table and a subnet.withRouteTableId
(String routeTableId) The ID of the route table.withSubnetId
(String subnetId) The ID of the subnet.
-
Constructor Details
-
RouteTableAssociation
public RouteTableAssociation()
-
-
Method Details
-
setRouteTableAssociationId
The ID of the association between a route table and a subnet.
- Parameters:
routeTableAssociationId
- The ID of the association between a route table and a subnet.
-
getRouteTableAssociationId
The ID of the association between a route table and a subnet.
- Returns:
- The ID of the association between a route table and a subnet.
-
withRouteTableAssociationId
The ID of the association between a route table and a subnet.
- Parameters:
routeTableAssociationId
- The ID of the association between a route table and a subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setRouteTableId
The ID of the route table.
- Parameters:
routeTableId
- The ID of the route table.
-
getRouteTableId
The ID of the route table.
- Returns:
- The ID of the route table.
-
withRouteTableId
The ID of the route table.
- Parameters:
routeTableId
- The ID of the route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSubnetId
The ID of the subnet. A subnet ID is not returned for an implicit association.
- Parameters:
subnetId
- The ID of the subnet. A subnet ID is not returned for an implicit association.
-
getSubnetId
The ID of the subnet. A subnet ID is not returned for an implicit association.
- Returns:
- The ID of the subnet. A subnet ID is not returned for an implicit association.
-
withSubnetId
The ID of the subnet. A subnet ID is not returned for an implicit association.
- Parameters:
subnetId
- The ID of the subnet. A subnet ID is not returned for an implicit association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMain
Indicates whether this is the main route table.
- Parameters:
main
- Indicates whether this is the main route table.
-
getMain
Indicates whether this is the main route table.
- Returns:
- Indicates whether this is the main route table.
-
withMain
Indicates whether this is the main route table.
- Parameters:
main
- Indicates whether this is the main route table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isMain
Indicates whether this is the main route table.
- Returns:
- Indicates whether this is the main route table.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-