public class ModifyCloudNativeAPIGatewayRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyCloudNativeAPIGatewayRequest() | 
| ModifyCloudNativeAPIGatewayRequest(ModifyCloudNativeAPIGatewayRequest 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 | 
|---|---|
| Boolean | getDeleteProtect()Get 是否开启实例删除保护,默认false | 
| String | getDescription()Get 云原生API网关描述信息, 最多支持120个字符。 | 
| Boolean | getEnableCls()Get 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。 | 
| String | getGatewayId()Get 云原生API网关实例ID。 | 
| String | getInternetPayMode()Get 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。 | 
| String | getName()Get 云原生API网关名字, 最多支持60个字符。 | 
| void | setDeleteProtect(Boolean DeleteProtect)Set 是否开启实例删除保护,默认false | 
| void | setDescription(String Description)Set 云原生API网关描述信息, 最多支持120个字符。 | 
| void | setEnableCls(Boolean EnableCls)Set 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。 | 
| void | setGatewayId(String GatewayId)Set 云原生API网关实例ID。 | 
| void | setInternetPayMode(String InternetPayMode)Set 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。 | 
| void | setName(String Name)Set 云原生API网关名字, 最多支持60个字符。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ModifyCloudNativeAPIGatewayRequest()
public ModifyCloudNativeAPIGatewayRequest(ModifyCloudNativeAPIGatewayRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 云原生API网关实例ID。public String getName()
public void setName(String Name)
Name - 云原生API网关名字, 最多支持60个字符。public String getDescription()
public void setDescription(String Description)
Description - 云原生API网关描述信息, 最多支持120个字符。public Boolean getEnableCls()
public void setEnableCls(Boolean EnableCls)
EnableCls - 是否开启 CLS 日志。暂时取值只能是 true,即只能从关闭状态变成开启状态。public String getInternetPayMode()
public void setInternetPayMode(String InternetPayMode)
InternetPayMode - 公网计费模式。可选取值 BANDWIDTH | TRAFFIC ,表示按带宽和按流量计费。public Boolean getDeleteProtect()
public void setDeleteProtect(Boolean DeleteProtect)
DeleteProtect - 是否开启实例删除保护,默认falseCopyright © 2025. All rights reserved.