public class CreateServiceLinkedRoleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateServiceLinkedRoleRequest() | 
| CreateServiceLinkedRoleRequest(CreateServiceLinkedRoleRequest 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 | getCustomSuffix()Get 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。 | 
| String | getDescription()Get 角色说明。 | 
| String[] | getQCSServiceName()Get 填写此角色的腾讯云服务载体,具体可查询文档(角色载体)字段
https://cloud.tencent.com/document/product/598/85165 | 
| RoleTags[] | getTags()Get 角色绑定标签。 | 
| void | setCustomSuffix(String CustomSuffix)Set 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。 | 
| void | setDescription(String Description)Set 角色说明。 | 
| void | setQCSServiceName(String[] QCSServiceName)Set 填写此角色的腾讯云服务载体,具体可查询文档(角色载体)字段
https://cloud.tencent.com/document/product/598/85165 | 
| void | setTags(RoleTags[] Tags)Set 角色绑定标签。 | 
| 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 CreateServiceLinkedRoleRequest()
public CreateServiceLinkedRoleRequest(CreateServiceLinkedRoleRequest source)
public String[] getQCSServiceName()
public void setQCSServiceName(String[] QCSServiceName)
QCSServiceName - 填写此角色的腾讯云服务载体,具体可查询文档(角色载体)字段
https://cloud.tencent.com/document/product/598/85165public String getCustomSuffix()
public void setCustomSuffix(String CustomSuffix)
CustomSuffix - 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。public String getDescription()
public void setDescription(String Description)
Description - 角色说明。public RoleTags[] getTags()
public void setTags(RoleTags[] Tags)
Tags - 角色绑定标签。Copyright © 2025. All rights reserved.