public class DescribeMetricRuleTemplateAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The name of the alert template.
|
String |
regionId |
String |
templateId
The ID of the alert template.
|
| 构造器和说明 |
|---|
DescribeMetricRuleTemplateAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeMetricRuleTemplateAttributeRequest |
build(Map<String,?> map) |
String |
getName() |
String |
getRegionId() |
String |
getTemplateId() |
DescribeMetricRuleTemplateAttributeRequest |
setName(String name) |
DescribeMetricRuleTemplateAttributeRequest |
setRegionId(String regionId) |
DescribeMetricRuleTemplateAttributeRequest |
setTemplateId(String templateId) |
@NameInMap(value="Name") public String name
The name of the alert template. You must specify at least one of the `Name` and `TemplateId` parameters.
For information about how to obtain the name of an alert template, see [DescribeMetricRuleTemplateList](~~114982~~).
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="TemplateId") public String templateId
The ID of the alert template. You must specify at least one of the `Name` and `TemplateId` parameters.
For information about how to obtain the ID of an alert template, see [DescribeMetricRuleTemplateList](~~114982~~).
public DescribeMetricRuleTemplateAttributeRequest()
public static DescribeMetricRuleTemplateAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeMetricRuleTemplateAttributeRequest setName(String name)
public String getName()
public DescribeMetricRuleTemplateAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeMetricRuleTemplateAttributeRequest setTemplateId(String templateId)
public String getTemplateId()
Copyright © 2024. All rights reserved.