public class ReplaceRoutesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
ReplaceRoutesRequest()  | 
ReplaceRoutesRequest(ReplaceRoutesRequest 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 | 
|---|---|
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ReplaceRoutesRequest()
public ReplaceRoutesRequest(ReplaceRoutesRequest source)
public 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 © 2025. All rights reserved.