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 Custom suffix. 
 | 
String | 
getDescription()
Get Role description. 
 | 
String[] | 
getQCSServiceName()
Get Authorized service, i.e., Tencent Cloud service entity with this role attached. 
 | 
RoleTags[] | 
getTags()
Get Tags bound to the role. 
 | 
void | 
setCustomSuffix(String CustomSuffix)
Set Custom suffix. 
 | 
void | 
setDescription(String Description)
Set Role description. 
 | 
void | 
setQCSServiceName(String[] QCSServiceName)
Set Authorized service, i.e., Tencent Cloud service entity with this role attached. 
 | 
void | 
setTags(RoleTags[] Tags)
Set Tags bound to the role. 
 | 
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 - Authorized service, i.e., Tencent Cloud service entity with this role attached.public String getCustomSuffix()
public void setCustomSuffix(String CustomSuffix)
CustomSuffix - Custom suffix. A string you provide, which is combined with the service-provided prefix to form the complete role name.public String getDescription()
public void setDescription(String Description)
Description - Role description.public RoleTags[] getTags()
public void setTags(RoleTags[] Tags)
Tags - Tags bound to the role.Copyright © 2025. All rights reserved.