public class ModifyRouteTableAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyRouteTableAttributeRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getRouteTableId()
Get The route table instance ID, such as `rtb-azd4dt1c`.
|
String |
getRouteTableName()
Get Route table name.
|
void |
setRouteTableId(String RouteTableId)
Set The route table instance ID, such as `rtb-azd4dt1c`.
|
void |
setRouteTableName(String RouteTableName)
Set 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 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
- Route table name.Copyright © 2020. All rights reserved.