public class CreateServiceLinkedRoleRequest extends AbstractModel
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 授权服务,附加了此角色的腾讯云服务主体。
|
RoleTags[] |
getTags()
Get 角色绑定标签。
|
void |
setCustomSuffix(String CustomSuffix)
Set 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。
|
void |
setDescription(String Description)
Set 角色说明。
|
void |
setQCSServiceName(String[] QCSServiceName)
Set 授权服务,附加了此角色的腾讯云服务主体。
|
void |
setTags(RoleTags[] Tags)
Set 角色绑定标签。
|
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, toJsonString
public CreateServiceLinkedRoleRequest()
public CreateServiceLinkedRoleRequest(CreateServiceLinkedRoleRequest source)
public String[] getQCSServiceName()
public void setQCSServiceName(String[] QCSServiceName)
QCSServiceName
- 授权服务,附加了此角色的腾讯云服务主体。public 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 © 2023. All rights reserved.