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 endpoint group description.
|
String |
endpointGroupId
The endpoint group ID.
|
String |
name
The endpoint group name.
|
String |
regionId
The region ID of the Global Accelerator (GA) instance.
|
构造器和说明 |
---|
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 token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters.
> If you do not specify this parameter, the system automatically uses the **request ID** as the **client token**. The **request ID** may be different for each request.
@NameInMap(value="Description") public String description
The endpoint group description.
The description can be up to 256 characters in length and cannot contain `http://` or `https://`.
@NameInMap(value="EndpointGroupId") public String endpointGroupId
The endpoint group ID.
@NameInMap(value="Name") public String name
The endpoint group name.
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 region ID of the Global Accelerator (GA) instance. Set the value to **cn-hangzhou**.
public UpdateCustomRoutingEndpointGroupAttributeRequest()
public static UpdateCustomRoutingEndpointGroupAttributeRequest build(Map<String,?> map) throws Exception
Exception
public 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 © 2024. All rights reserved.