public class RouteTableInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RouteTableInfo() | 
| RouteTableInfo(RouteTableInfo 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 | getRouteTableCidrBlock()Get Route table CIDR. | 
| String | getRouteTableName()Get Route table name. | 
| String | getVpcId()Get VPC instance ID. | 
| void | setRouteTableCidrBlock(String RouteTableCidrBlock)Set Route table CIDR. | 
| void | setRouteTableName(String RouteTableName)Set Route table name. | 
| void | setVpcId(String VpcId)Set VPC instance ID. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic RouteTableInfo()
public RouteTableInfo(RouteTableInfo source)
public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName - Route table name.public String getRouteTableCidrBlock()
public void setRouteTableCidrBlock(String RouteTableCidrBlock)
RouteTableCidrBlock - Route table CIDR.public String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC instance ID.Copyright © 2025. All rights reserved.