public class CreateEndpointGroupsResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<String> |
endpointGroupIds
The IDs of the endpoint groups.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
CreateEndpointGroupsResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateEndpointGroupsResponseBody |
build(Map<String,?> map) |
List<String> |
getEndpointGroupIds() |
String |
getRequestId() |
CreateEndpointGroupsResponseBody |
setEndpointGroupIds(List<String> endpointGroupIds) |
CreateEndpointGroupsResponseBody |
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 static CreateEndpointGroupsResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateEndpointGroupsResponseBody setEndpointGroupIds(List<String> endpointGroupIds)
public CreateEndpointGroupsResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.