public class ModifyCustomerGatewayAttributeRequest extends AbstractModel
Constructor and Description |
---|
ModifyCustomerGatewayAttributeRequest() |
ModifyCustomerGatewayAttributeRequest(ModifyCustomerGatewayAttributeRequest 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 The ID of the customer gateway, such as `cgw-2wqq41m9`.
|
String |
getCustomerGatewayName()
Get Customer gateway can be named freely, but the maximum length is 60 characters.
|
void |
setCustomerGatewayId(String CustomerGatewayId)
Set The ID of the customer gateway, such as `cgw-2wqq41m9`.
|
void |
setCustomerGatewayName(String CustomerGatewayName)
Set Customer gateway can be named freely, but the maximum length is 60 characters.
|
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 ModifyCustomerGatewayAttributeRequest()
public ModifyCustomerGatewayAttributeRequest(ModifyCustomerGatewayAttributeRequest source)
public 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](https://intl.cloud.tencent.com/document/api/215/17516?from_cn_redirect=1) API.public String getCustomerGatewayName()
public void setCustomerGatewayName(String CustomerGatewayName)
CustomerGatewayName
- Customer gateway can be named freely, but the maximum length is 60 characters.Copyright © 2023. All rights reserved.