public class UpdateCustomRoutingEndpointGroupAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the endpoint group.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
name
The name of the endpoint group.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
| 构造器和说明 |
|---|
UpdateCustomRoutingEndpointGroupAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateCustomRoutingEndpointGroupAttributeRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getEndpointGroupId() |
String |
getName() |
String |
getRegionId() |
UpdateCustomRoutingEndpointGroupAttributeRequest |
setClientToken(String clientToken) |
UpdateCustomRoutingEndpointGroupAttributeRequest |
setDescription(String description) |
UpdateCustomRoutingEndpointGroupAttributeRequest |
setEndpointGroupId(String endpointGroupId) |
UpdateCustomRoutingEndpointGroupAttributeRequest |
setName(String name) |
UpdateCustomRoutingEndpointGroupAttributeRequest |
setRegionId(String regionId) |
@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. ClientToken can contain only ASCII characters.
> If you do not set this parameter, **ClientToken** is set to the value of **RequestId**. The value of **RequestId** may be different for each API request.
@NameInMap(value="Description") public String description
The description of the endpoint group.
The description cannot exceed 256 characters in length and cannot contain `http://` or `https://`.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="Name") public String name
The name of the endpoint group.
The name must be 2 to 128 characters in length, and can contain letters, digits, underscores (\_), and hyphens (-). The name must start with a letter.
@NameInMap(value="RegionId") public String regionId
The ID of the region where the Global Accelerator (GA) instance is deployed. Set the value to **cn-hangzhou**.
public UpdateCustomRoutingEndpointGroupAttributeRequest()
public static UpdateCustomRoutingEndpointGroupAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateCustomRoutingEndpointGroupAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public UpdateCustomRoutingEndpointGroupAttributeRequest setDescription(String description)
public String getDescription()
public UpdateCustomRoutingEndpointGroupAttributeRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public UpdateCustomRoutingEndpointGroupAttributeRequest setName(String name)
public String getName()
public UpdateCustomRoutingEndpointGroupAttributeRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.