Class CreateServiceLinkedRoleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cam.v20190116.models.CreateServiceLinkedRoleRequest
-
public class CreateServiceLinkedRoleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateServiceLinkedRoleRequest
public CreateServiceLinkedRoleRequest()
-
CreateServiceLinkedRoleRequest
public 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.
-
-
Method Detail
-
getQCSServiceName
public String[] getQCSServiceName()
Get 授权服务,附加了此角色的腾讯云服务主体。- Returns:
- QCSServiceName 授权服务,附加了此角色的腾讯云服务主体。
-
setQCSServiceName
public void setQCSServiceName(String[] QCSServiceName)
Set 授权服务,附加了此角色的腾讯云服务主体。- Parameters:
QCSServiceName
- 授权服务,附加了此角色的腾讯云服务主体。
-
getCustomSuffix
public String getCustomSuffix()
Get 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。- Returns:
- CustomSuffix 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。
-
setCustomSuffix
public void setCustomSuffix(String CustomSuffix)
Set 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。- Parameters:
CustomSuffix
- 自定义后缀,根据您提供的字符串,与服务提供的前缀组合在一起以形成完整的角色名称。
-
getDescription
public String getDescription()
Get 角色说明。- Returns:
- Description 角色说明。
-
setDescription
public void setDescription(String Description)
Set 角色说明。- Parameters:
Description
- 角色说明。
-
getTags
public RoleTags[] getTags()
Get 角色绑定标签。- Returns:
- Tags 角色绑定标签。
-
setTags
public void setTags(RoleTags[] Tags)
Set 角色绑定标签。- Parameters:
Tags
- 角色绑定标签。
-
-