public class PutContactGroupRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contactGroupName
The name of the alert contact group.
|
List<String> |
contactNames |
String |
describe
The description of the alert contact group.
|
Boolean |
enableSubscribed
Specifies whether to enable the weekly report subscription feature.
|
| 构造器和说明 |
|---|
PutContactGroupRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutContactGroupRequest |
build(Map<String,?> map) |
String |
getContactGroupName() |
List<String> |
getContactNames() |
String |
getDescribe() |
Boolean |
getEnableSubscribed() |
PutContactGroupRequest |
setContactGroupName(String contactGroupName) |
PutContactGroupRequest |
setContactNames(List<String> contactNames) |
PutContactGroupRequest |
setDescribe(String describe) |
PutContactGroupRequest |
setEnableSubscribed(Boolean enableSubscribed) |
@NameInMap(value="ContactGroupName") public String contactGroupName
The name of the alert contact group.
For information about how to obtain the name of an alert contact group, see [DescribeContactGroupList](~~114922~~).
@NameInMap(value="Describe") public String describe
The description of the alert contact group.
@NameInMap(value="EnableSubscribed") public Boolean enableSubscribed
Specifies whether to enable the weekly report subscription feature. Valid values:
* true: The weekly report subscription feature is enabled.
* false: The weekly report subscription feature is disabled.
> You can enable the weekly report subscription only for an Alibaba Cloud account that has at least five Elastic Compute Service (ECS) instances.
public static PutContactGroupRequest build(Map<String,?> map) throws Exception
Exceptionpublic PutContactGroupRequest setContactGroupName(String contactGroupName)
public String getContactGroupName()
public PutContactGroupRequest setContactNames(List<String> contactNames)
public PutContactGroupRequest setDescribe(String describe)
public String getDescribe()
public PutContactGroupRequest setEnableSubscribed(Boolean enableSubscribed)
public Boolean getEnableSubscribed()
Copyright © 2024. All rights reserved.