public class RouteTableAssociation extends AbstractModel
| Constructor and Description | 
|---|
| RouteTableAssociation() | 
| RouteTableAssociation(RouteTableAssociation source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRouteTableId()Get Route table instance ID. | 
| String | getSubnetId()Get Subnet instance ID. | 
| void | setRouteTableId(String RouteTableId)Set Route table instance ID. | 
| void | setSubnetId(String SubnetId)Set Subnet instance ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RouteTableAssociation()
public RouteTableAssociation(RouteTableAssociation source)
public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId - Subnet instance ID.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - Route table instance ID.Copyright © 2022. All rights reserved.