public class WithdrawNotifyRoutesRequest extends AbstractModel
| Constructor and Description | 
|---|
| WithdrawNotifyRoutesRequest() | 
| WithdrawNotifyRoutesRequest(WithdrawNotifyRoutesRequest 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[] | getRouteItemIds()Get The unique ID of the routing policy | 
| String | getRouteTableId()Get The unique ID of the route table | 
| void | setRouteItemIds(String[] RouteItemIds)Set The unique ID of the routing policy | 
| void | setRouteTableId(String RouteTableId)Set The unique ID of the route table | 
| 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 WithdrawNotifyRoutesRequest()
public WithdrawNotifyRoutesRequest(WithdrawNotifyRoutesRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - The unique ID of the route tablepublic String[] getRouteItemIds()
public void setRouteItemIds(String[] RouteItemIds)
RouteItemIds - The unique ID of the routing policyCopyright © 2021. All rights reserved.