public class DescribeZonesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
acceptLanguage
The supported natural language.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
regionId
The ID of the region to which the zone belongs.
|
String |
serviceCode
The service code.
|
| 构造器和说明 |
|---|
DescribeZonesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeZonesRequest |
build(Map<String,?> map) |
String |
getAcceptLanguage() |
String |
getClientToken() |
String |
getRegionId() |
String |
getServiceCode() |
DescribeZonesRequest |
setAcceptLanguage(String acceptLanguage) |
DescribeZonesRequest |
setClientToken(String clientToken) |
DescribeZonesRequest |
setRegionId(String regionId) |
DescribeZonesRequest |
setServiceCode(String serviceCode) |
@NameInMap(value="AcceptLanguage") public String acceptLanguage
The supported natural language. Valid values:
* **zh-CN**: Chinese
* **en-US** (default): English
* **ja**: Japanese
@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, the system uses **RequestId** as **ClientToken**. **RequestId** may be different for each API request.
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the zone belongs. You can call the [DescribeRegions](~~443657~~) operation to query the most recent region list.
@NameInMap(value="ServiceCode") public String serviceCode
The service code. Set the value to **nlb**.
public static DescribeZonesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeZonesRequest setAcceptLanguage(String acceptLanguage)
public String getAcceptLanguage()
public DescribeZonesRequest setClientToken(String clientToken)
public String getClientToken()
public DescribeZonesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeZonesRequest setServiceCode(String serviceCode)
public String getServiceCode()
Copyright © 2023. All rights reserved.