public class DeleteCustomerGatewayRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteCustomerGatewayRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCustomerGatewayId()Get The ID of the customer gateway, such as `cgw-2wqq41m9`. | 
| void | setCustomerGatewayId(String CustomerGatewayId)Set The ID of the customer gateway, such as `cgw-2wqq41m9`. | 
| 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 String getCustomerGatewayId()
public void setCustomerGatewayId(String CustomerGatewayId)
CustomerGatewayId - The ID of the customer gateway, such as `cgw-2wqq41m9`. You can query the customer gateway by using the `DescribeCustomerGateways` API.Copyright © 2020. All rights reserved.