public class ReplaceRoutesRequest extends AbstractModel
| Constructor and Description | 
|---|
| ReplaceRoutesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| Route[] | getRoutes()Get Routing policy object. | 
| String | getRouteTableId()Get The route table instance ID, such as `rtb-azd4dt1c`. | 
| void | setRoutes(Route[] Routes)Set Routing policy object. | 
| void | setRouteTableId(String RouteTableId)Set The route table instance ID, such as `rtb-azd4dt1c`. | 
| 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 getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - The route table instance ID, such as `rtb-azd4dt1c`.public Route[] getRoutes()
public void setRoutes(Route[] Routes)
Routes - Routing policy object. The routing policy ID (RouteId) must be specified.Copyright © 2021. All rights reserved.