public class CreateServiceLinkedRoleForProductRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
productName
The name of the cloud service or the name of the service-linked role with which the cloud service is associated.
|
| 构造器和说明 |
|---|
CreateServiceLinkedRoleForProductRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateServiceLinkedRoleForProductRequest |
build(Map<String,?> map) |
String |
getProductName() |
CreateServiceLinkedRoleForProductRequest |
setProductName(String productName) |
@NameInMap(value="ProductName") public String productName
The name of the cloud service or the name of the service-linked role with which the cloud service is associated. Valid values:
This parameter is required.
example:AliyunServiceRoleForEventBridgeSendToMNS
public static CreateServiceLinkedRoleForProductRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateServiceLinkedRoleForProductRequest setProductName(String productName)
public String getProductName()
Copyright © 2026. All rights reserved.