public class ResetVpnConnectionRequest extends AbstractModel
| Constructor and Description | 
|---|
| ResetVpnConnectionRequest() | 
| ResetVpnConnectionRequest(ResetVpnConnectionRequest 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 | 
|---|---|
| String | getVpnConnectionId()Get The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`. | 
| String | getVpnGatewayId()Get The ID of the VPN gateway instance. | 
| void | setVpnConnectionId(String VpnConnectionId)Set The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`. | 
| void | setVpnGatewayId(String VpnGatewayId)Set The ID of the VPN gateway instance. | 
| 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, toJsonStringpublic ResetVpnConnectionRequest()
public ResetVpnConnectionRequest(ResetVpnConnectionRequest source)
public String getVpnGatewayId()
public void setVpnGatewayId(String VpnGatewayId)
VpnGatewayId - The ID of the VPN gateway instance.public String getVpnConnectionId()
public void setVpnConnectionId(String VpnConnectionId)
VpnConnectionId - The ID of the VPN tunnel instance, such as `vpnx-f49l6u0z`.Copyright © 2022. All rights reserved.