public class DescribeHeadersRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name that you want to query.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
| 构造器和说明 |
|---|
DescribeHeadersRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeHeadersRequest |
build(Map<String,?> map) |
String |
getDomain() |
String |
getResourceGroupId() |
DescribeHeadersRequest |
setDomain(String domain) |
DescribeHeadersRequest |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="Domain") public String domain
The domain name that you want to query.
You can call the DescribeDomains operation to query all the domain names that are added to Anti-DDoS Pro or Anti-DDoS Premium.
This parameter is required.
example:example.aliyundoc.com
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management. This parameter is empty by default, which indicates that the instance belongs to the default resource group.
example:rg-aek3cmuvpia****
public static DescribeHeadersRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHeadersRequest setDomain(String domain)
public String getDomain()
public DescribeHeadersRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2026. All rights reserved.