public class ModifyVpnGatewayRoutesRequest extends AbstractModel
Constructor and Description |
---|
ModifyVpnGatewayRoutesRequest() |
ModifyVpnGatewayRoutesRequest(ModifyVpnGatewayRoutesRequest 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 |
---|---|
VpnGatewayRouteModify[] |
getRoutes()
Get 路由修改参数
|
String |
getVpnGatewayId()
Get Vpn网关id
|
void |
setRoutes(VpnGatewayRouteModify[] Routes)
Set 路由修改参数
|
void |
setVpnGatewayId(String VpnGatewayId)
Set Vpn网关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 ModifyVpnGatewayRoutesRequest()
public ModifyVpnGatewayRoutesRequest(ModifyVpnGatewayRoutesRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId
- Vpn网关idpublic VpnGatewayRouteModify[] getRoutes()
public void setRoutes(VpnGatewayRouteModify[] Routes)
Routes
- 路由修改参数Copyright © 2021. All rights reserved.