public class CreateCustomRoutingEndpointGroupsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
endpointGroupIds
The IDs of the endpoint groups.
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
CreateCustomRoutingEndpointGroupsResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateCustomRoutingEndpointGroupsResponseBody |
build(Map<String,?> map) |
List<String> |
getEndpointGroupIds() |
String |
getRequestId() |
CreateCustomRoutingEndpointGroupsResponseBody |
setEndpointGroupIds(List<String> endpointGroupIds) |
CreateCustomRoutingEndpointGroupsResponseBody |
setRequestId(String requestId) |
@NameInMap(value="EndpointGroupIds") public List<String> endpointGroupIds
The IDs of the endpoint groups.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public CreateCustomRoutingEndpointGroupsResponseBody()
public static CreateCustomRoutingEndpointGroupsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateCustomRoutingEndpointGroupsResponseBody setEndpointGroupIds(List<String> endpointGroupIds)
public CreateCustomRoutingEndpointGroupsResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.