public class ResetRoutesRequest extends AbstractModel
Constructor and Description |
---|
ResetRoutesRequest() |
ResetRoutesRequest(ResetRoutesRequest 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.
|
String |
getRouteTableId()
Get The route table instance ID, such as `rtb-azd4dt1c`.
|
String |
getRouteTableName()
Get The route table name.
|
void |
setRoutes(Route[] Routes)
Set Routing policy.
|
void |
setRouteTableId(String RouteTableId)
Set The route table instance ID, such as `rtb-azd4dt1c`.
|
void |
setRouteTableName(String RouteTableName)
Set The route table name.
|
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 ResetRoutesRequest()
public ResetRoutesRequest(ResetRoutesRequest source)
public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- The route table instance ID, such as `rtb-azd4dt1c`.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- The route table name. The maximum length is 60 characters.public Route[] getRoutes()
public void setRoutes(Route[] Routes)
Routes
- Routing policy.Copyright © 2021. All rights reserved.