public class ConnectionDescription extends AbstractModel
| Constructor and Description | 
|---|
| ConnectionDescription() | 
| ConnectionDescription(ConnectionDescription 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 | 
|---|---|
| APIGWParams | getAPIGWParams()Get API Gateway parameters
Note: this field may return null, indicating that no valid values can be obtained. | 
| CkafkaParams | getCkafkaParams()Get CKafka parameters
Note: this field may return null, indicating that no valid values can be obtained. | 
| String | getResourceDescription()Get Six-Segment QCS resource description. | 
| void | setAPIGWParams(APIGWParams APIGWParams)Set API Gateway parameters
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setCkafkaParams(CkafkaParams CkafkaParams)Set CKafka parameters
Note: this field may return null, indicating that no valid values can be obtained. | 
| void | setResourceDescription(String ResourceDescription)Set Six-Segment QCS resource description. | 
| 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 ConnectionDescription()
public ConnectionDescription(ConnectionDescription source)
public String getResourceDescription()
public void setResourceDescription(String ResourceDescription)
ResourceDescription - Six-Segment QCS resource description. For more information, see [Resource Description Method](https://intl.cloud.tencent.com/document/product/598/10606?from_cn_redirect=1)public APIGWParams getAPIGWParams()
public void setAPIGWParams(APIGWParams APIGWParams)
APIGWParams - API Gateway parameters
Note: this field may return null, indicating that no valid values can be obtained.public CkafkaParams getCkafkaParams()
public void setCkafkaParams(CkafkaParams CkafkaParams)
CkafkaParams - CKafka parameters
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.