public class CreatePrometheusAlertRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreatePrometheusAlertRuleRequest() |
CreatePrometheusAlertRuleRequest(CreatePrometheusAlertRuleRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
PrometheusAlertRuleDetail |
getAlertRule()
Get Alarm configurations
|
String |
getInstanceId()
Get Instance ID
|
void |
setAlertRule(PrometheusAlertRuleDetail AlertRule)
Set Alarm configurations
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreatePrometheusAlertRuleRequest()
public CreatePrometheusAlertRuleRequest(CreatePrometheusAlertRuleRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDpublic PrometheusAlertRuleDetail getAlertRule()
public void setAlertRule(PrometheusAlertRuleDetail AlertRule)
AlertRule
- Alarm configurationsCopyright © 2024. All rights reserved.