public class RouteTableConflict extends AbstractModel
| Constructor and Description | 
|---|
| RouteTableConflict() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getRouteTableCidrBlock()Get Route table CIDR. | 
| String | getRouteTableId()Get Route table ID. | 
| String | getRouteTableName()Get Route table name. | 
| String | getRouteTableType()Get Route table type. | 
| void | setRouteTableCidrBlock(String RouteTableCidrBlock)Set Route table CIDR. | 
| void | setRouteTableId(String RouteTableId)Set Route table ID. | 
| void | setRouteTableName(String RouteTableName)Set Route table name. | 
| void | setRouteTableType(String RouteTableType)Set Route table type. | 
| 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 String getRouteTableType()
public void setRouteTableType(String RouteTableType)
RouteTableType - Route table type.public String getRouteTableCidrBlock()
public void setRouteTableCidrBlock(String RouteTableCidrBlock)
RouteTableCidrBlock - Route table CIDR.
Note: This field may return null, indicating that no valid values can be obtained.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName - Route table name.
Note: This field may return null, indicating that no valid values can be obtained.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - Route table ID.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.