public class BatchCreateAclRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BatchCreateAclRequest() | 
| BatchCreateAclRequest(BatchCreateAclRequest 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)接口获取 | 
| String[] | getResourceNames()Get 资源列表数组,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。 | 
| Long | getResourceType()Get Acl资源类型,(2:TOPIC) | 
| AclRuleInfo[] | getRuleList()Get 设置的ACL规则列表,可通过[DescribeAclRule](https://cloud.tencent.com/document/product/597/89217)接口获取。 | 
| void | setInstanceId(String InstanceId)Set ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取 | 
| void | setResourceNames(String[] ResourceNames)Set 资源列表数组,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。 | 
| void | setResourceType(Long ResourceType)Set Acl资源类型,(2:TOPIC) | 
| void | setRuleList(AclRuleInfo[] RuleList)Set 设置的ACL规则列表,可通过[DescribeAclRule](https://cloud.tencent.com/document/product/597/89217)接口获取。 | 
| 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 BatchCreateAclRequest()
public BatchCreateAclRequest(BatchCreateAclRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ckafka集群实例Id,可通过[DescribeInstances](https://cloud.tencent.com/document/product/597/40835)接口获取public Long getResourceType()
public void setResourceType(Long ResourceType)
ResourceType - Acl资源类型,(2:TOPIC)public String[] getResourceNames()
public void setResourceNames(String[] ResourceNames)
ResourceNames - 资源列表数组,可通过[DescribeTopic](https://cloud.tencent.com/document/product/597/40847)接口获取。public AclRuleInfo[] getRuleList()
public void setRuleList(AclRuleInfo[] RuleList)
RuleList - 设置的ACL规则列表,可通过[DescribeAclRule](https://cloud.tencent.com/document/product/597/89217)接口获取。Copyright © 2025. All rights reserved.