public class CreateBackendRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
backendName
The name of the backend service.
|
String |
backendType
The type of the backend service.
|
Boolean |
createEventBridgeServiceLinkedRole
Specifies whether to create a role associated with EventBridge.
|
String |
description
The description of the backend service.
|
String |
securityToken |
| 构造器和说明 |
|---|
CreateBackendRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBackendRequest |
build(Map<String,?> map) |
String |
getBackendName() |
String |
getBackendType() |
Boolean |
getCreateEventBridgeServiceLinkedRole() |
String |
getDescription() |
String |
getSecurityToken() |
CreateBackendRequest |
setBackendName(String backendName) |
CreateBackendRequest |
setBackendType(String backendType) |
CreateBackendRequest |
setCreateEventBridgeServiceLinkedRole(Boolean createEventBridgeServiceLinkedRole) |
CreateBackendRequest |
setDescription(String description) |
CreateBackendRequest |
setSecurityToken(String securityToken) |
@NameInMap(value="BackendName") public String backendName
The name of the backend service.
@NameInMap(value="BackendType") public String backendType
The type of the backend service. Valid values: `HTTP, VPC, FC_EVENT, FC_HTTP, OSS, and MOCK`.
@NameInMap(value="CreateEventBridgeServiceLinkedRole") public Boolean createEventBridgeServiceLinkedRole
Specifies whether to create a role associated with EventBridge.
@NameInMap(value="Description") public String description
The description of the backend service.
@NameInMap(value="SecurityToken") public String securityToken
public static CreateBackendRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateBackendRequest setBackendName(String backendName)
public String getBackendName()
public CreateBackendRequest setBackendType(String backendType)
public String getBackendType()
public CreateBackendRequest setCreateEventBridgeServiceLinkedRole(Boolean createEventBridgeServiceLinkedRole)
public Boolean getCreateEventBridgeServiceLinkedRole()
public CreateBackendRequest setDescription(String description)
public String getDescription()
public CreateBackendRequest setSecurityToken(String securityToken)
public String getSecurityToken()
Copyright © 2023. All rights reserved.