public class StopAlertRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
StopAlertRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static StopAlertRequest |
build(Map<String,?> map) |
String |
getAlertId() |
String |
getRegionId() |
StopAlertRequest |
setAlertId(String alertId) |
StopAlertRequest |
setRegionId(String regionId) |
@NameInMap(value="AlertId") public String alertId
The ID of the alert rule.
This parameter is required.
example:1610***
@NameInMap(value="RegionId") public String regionId
The ID of the region.
This parameter is required.
example:cn-hangzhou
public static StopAlertRequest build(Map<String,?> map) throws Exception
Exceptionpublic StopAlertRequest setAlertId(String alertId)
public String getAlertId()
public StopAlertRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.