public class ResetRoutePolicyAssociationsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ResetRoutePolicyAssociationsRequest() | 
| ResetRoutePolicyAssociationsRequest(ResetRoutePolicyAssociationsRequest 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 | 
|---|---|
| RoutePolicyAssociation[] | getRoutePolicyAssociationSet()Get 路由策略绑定对象(RoutePolicyAssociation)列表。注意:路由策略绑定中的路由表实例ID(RouteTableId)需要和该接口的RouteTableId参数保持一致(也就是该接口只支持修改同一个路由表实例下的路有策略绑定关系及优先级)。 | 
| String | getRouteTableId()Get 路由表实例ID,例如:rtb-azd4dt1c。 | 
| void | setRoutePolicyAssociationSet(RoutePolicyAssociation[] RoutePolicyAssociationSet)Set 路由策略绑定对象(RoutePolicyAssociation)列表。注意:路由策略绑定中的路由表实例ID(RouteTableId)需要和该接口的RouteTableId参数保持一致(也就是该接口只支持修改同一个路由表实例下的路有策略绑定关系及优先级)。 | 
| void | setRouteTableId(String RouteTableId)Set 路由表实例ID,例如: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 ResetRoutePolicyAssociationsRequest()
public ResetRoutePolicyAssociationsRequest(ResetRoutePolicyAssociationsRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - 路由表实例ID,例如:rtb-azd4dt1c。public RoutePolicyAssociation[] getRoutePolicyAssociationSet()
public void setRoutePolicyAssociationSet(RoutePolicyAssociation[] RoutePolicyAssociationSet)
RoutePolicyAssociationSet - 路由策略绑定对象(RoutePolicyAssociation)列表。注意:路由策略绑定中的路由表实例ID(RouteTableId)需要和该接口的RouteTableId参数保持一致(也就是该接口只支持修改同一个路由表实例下的路有策略绑定关系及优先级)。Copyright © 2025. All rights reserved.