public class DeleteCloudNativeAPIGatewayRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DeleteCloudNativeAPIGatewayRequest() | 
| DeleteCloudNativeAPIGatewayRequest(DeleteCloudNativeAPIGatewayRequest 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 | getDeleteClsTopic()Get 是否删除实例关联的 CLS 日志主题。 | 
| String | getGatewayId()Get 云原生API网关实例ID。 | 
| void | setDeleteClsTopic(Boolean DeleteClsTopic)Set 是否删除实例关联的 CLS 日志主题。 | 
| void | setGatewayId(String GatewayId)Set 云原生API网关实例ID。 | 
| 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 DeleteCloudNativeAPIGatewayRequest()
public DeleteCloudNativeAPIGatewayRequest(DeleteCloudNativeAPIGatewayRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId - 云原生API网关实例ID。public Boolean getDeleteClsTopic()
public void setDeleteClsTopic(Boolean DeleteClsTopic)
DeleteClsTopic - 是否删除实例关联的 CLS 日志主题。Copyright © 2025. All rights reserved.