public class DeleteCustomerGatewayRequest extends AbstractModel
Constructor and Description |
---|
DeleteCustomerGatewayRequest() |
DeleteCustomerGatewayRequest(DeleteCustomerGatewayRequest 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 |
getCustomerGatewayId()
Get 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
|
void |
setCustomerGatewayId(String CustomerGatewayId)
Set 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。
|
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 DeleteCustomerGatewayRequest()
public DeleteCustomerGatewayRequest(DeleteCustomerGatewayRequest source)
public String getCustomerGatewayId()
public void setCustomerGatewayId(String CustomerGatewayId)
CustomerGatewayId
- 对端网关ID,例如:bmcgw-2wqq41m9,可通过DescribeCustomerGateways接口查询对端网关。Copyright © 2021. All rights reserved.