public class CreateBasicEndpointsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceleratorId
The ID of the basic GA instance.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
endpointGroupId
The ID of the endpoint group that is associated with the basic GA instance.
|
List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> |
endpoints |
String |
regionId
The ID of the region where the GA instance is deployed.
|
| 构造器和说明 |
|---|
CreateBasicEndpointsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateBasicEndpointsRequest |
build(Map<String,?> map) |
String |
getAcceleratorId() |
String |
getClientToken() |
String |
getEndpointGroupId() |
List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> |
getEndpoints() |
String |
getRegionId() |
CreateBasicEndpointsRequest |
setAcceleratorId(String acceleratorId) |
CreateBasicEndpointsRequest |
setClientToken(String clientToken) |
CreateBasicEndpointsRequest |
setEndpointGroupId(String endpointGroupId) |
CreateBasicEndpointsRequest |
setEndpoints(List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> endpoints) |
CreateBasicEndpointsRequest |
setRegionId(String regionId) |
@NameInMap(value="AcceleratorId") public String acceleratorId
The ID of the basic GA instance.
@NameInMap(value="ClientToken") public String clientToken
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the value, but you must ensure that it is unique among all requests. The token can contain only ASCII characters.
> If you do not specify this parameter, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group that is associated with the basic GA instance.
@NameInMap(value="Endpoints") public List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> endpoints
@NameInMap(value="RegionId") public String regionId
The ID of the region where the GA instance is deployed. Set the value to **cn-hangzhou**.
public static CreateBasicEndpointsRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateBasicEndpointsRequest setAcceleratorId(String acceleratorId)
public String getAcceleratorId()
public CreateBasicEndpointsRequest setClientToken(String clientToken)
public String getClientToken()
public CreateBasicEndpointsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public CreateBasicEndpointsRequest setEndpoints(List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> endpoints)
public List<CreateBasicEndpointsRequest.CreateBasicEndpointsRequestEndpoints> getEndpoints()
public CreateBasicEndpointsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.