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 路由表实例ID
|
String |
getSubnetId()
Get 子网实例ID
|
void |
setRouteTableId(String RouteTableId)
Set 路由表实例ID
|
void |
setSubnetId(String SubnetId)
Set 子网实例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, toJsonString
public RouteTableAssociation()
public RouteTableAssociation(RouteTableAssociation source)
public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网实例IDpublic String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- 路由表实例IDCopyright © 2022. All rights reserved.