public class BatchModifyTopicAttributesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchModifyTopicAttributesRequest() | 
| BatchModifyTopicAttributesRequest(BatchModifyTopicAttributesRequest 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 | getInstanceId()Get ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| BatchModifyTopicInfo[] | getTopic()Get 主题属性列表 (同一个批次最多支持10个),可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| void | setTopic(BatchModifyTopicInfo[] Topic)Set 主题属性列表 (同一个批次最多支持10个),可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取 | 
| 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 BatchModifyTopicAttributesRequest()
public BatchModifyTopicAttributesRequest(BatchModifyTopicAttributesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取public BatchModifyTopicInfo[] getTopic()
public void setTopic(BatchModifyTopicInfo[] Topic)
Topic - 主题属性列表 (同一个批次最多支持10个),可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取Copyright © 2025. All rights reserved.