public class DescribeCertsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The domain name of the website.
|
String |
resourceGroupId
The ID of the resource group to which the instance belongs in Resource Management.
|
| 构造器和说明 |
|---|
DescribeCertsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeCertsRequest |
build(Map<String,?> map) |
String |
getDomain() |
String |
getResourceGroupId() |
DescribeCertsRequest |
setDomain(String domain) |
DescribeCertsRequest |
setResourceGroupId(String resourceGroupId) |
@NameInMap(value="Domain") public String domain
The domain name of the website.
example:A forwarding rule must be configured for the domain name. You can call the DescribeDomains operation to query all domain names.
@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:default
public static DescribeCertsRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCertsRequest setDomain(String domain)
public String getDomain()
public DescribeCertsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
Copyright © 2026. All rights reserved.