public class CreateCustomRoutingEndpointsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
List<CreateCustomRoutingEndpointsRequest.CreateCustomRoutingEndpointsRequestEndpointConfigurations> |
endpointConfigurations
The information about the endpoints.
|
String |
endpointGroupId
The ID of the endpoint group in which to create endpoints.
|
String |
regionId
The ID of the region where the GA instance is deployed.
|
构造器和说明 |
---|
CreateCustomRoutingEndpointsRequest() |
@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 token, but you must make sure that the token is unique among all requests. The token can contain only ASCII characters.
> If you do not set this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** for each API request is different.
@NameInMap(value="EndpointConfigurations") public List<CreateCustomRoutingEndpointsRequest.CreateCustomRoutingEndpointsRequestEndpointConfigurations> endpointConfigurations
The information about the endpoints.
You can specify information for up to 20 endpoints.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group in which to create 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 CreateCustomRoutingEndpointsRequest build(Map<String,?> map) throws Exception
Exception
public CreateCustomRoutingEndpointsRequest setClientToken(String clientToken)
public String getClientToken()
public CreateCustomRoutingEndpointsRequest setEndpointConfigurations(List<CreateCustomRoutingEndpointsRequest.CreateCustomRoutingEndpointsRequestEndpointConfigurations> endpointConfigurations)
public List<CreateCustomRoutingEndpointsRequest.CreateCustomRoutingEndpointsRequestEndpointConfigurations> getEndpointConfigurations()
public CreateCustomRoutingEndpointsRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public CreateCustomRoutingEndpointsRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.