public class UpdateEndpointGroupAttributeRequest
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 that you want to modify.
|
String |
endpointGroupId
The ID of the endpoint group.
|
String |
name
The name of the endpoint group that you want to modify.
|
String |
regionId
The ID of the region where the Global Accelerator (GA) instance is deployed.
|
| 构造器和说明 |
|---|
UpdateEndpointGroupAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateEndpointGroupAttributeRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getDescription() |
String |
getEndpointGroupId() |
String |
getName() |
String |
getRegionId() |
UpdateEndpointGroupAttributeRequest |
setClientToken(String clientToken) |
UpdateEndpointGroupAttributeRequest |
setDescription(String description) |
UpdateEndpointGroupAttributeRequest |
setEndpointGroupId(String endpointGroupId) |
UpdateEndpointGroupAttributeRequest |
setName(String name) |
UpdateEndpointGroupAttributeRequest |
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 different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
@NameInMap(value="Description") public String description
The description of the endpoint group that you want to modify.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The ID of the endpoint group.
@NameInMap(value="Name") public String name
The name of the endpoint group that you want to modify.
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 static UpdateEndpointGroupAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEndpointGroupAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public UpdateEndpointGroupAttributeRequest setDescription(String description)
public String getDescription()
public UpdateEndpointGroupAttributeRequest setEndpointGroupId(String endpointGroupId)
public String getEndpointGroupId()
public UpdateEndpointGroupAttributeRequest setName(String name)
public String getName()
public UpdateEndpointGroupAttributeRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2023. All rights reserved.