public class EnableRoutesRequest extends AbstractModel
Constructor and Description |
---|
EnableRoutesRequest() |
EnableRoutesRequest(EnableRoutesRequest 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 |
---|---|
Long[] |
getRouteIds()
Get Routing policy ID.
|
String |
getRouteTableId()
Get Unique route table ID.
|
void |
setRouteIds(Long[] RouteIds)
Set Routing policy ID.
|
void |
setRouteTableId(String RouteTableId)
Set Unique route table ID.
|
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, toJsonString
public EnableRoutesRequest()
public EnableRoutesRequest(EnableRoutesRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- Unique route table ID.public Long[] getRouteIds()
public void setRouteIds(Long[] RouteIds)
RouteIds
- Routing policy ID.Copyright © 2023. All rights reserved.