public class ModifyNotificationConfigurationRequest extends AbstractModel
Constructor and Description |
---|
ModifyNotificationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingNotificationId()
Get ID of the notification to be modified.
|
String[] |
getNotificationTypes()
Get Notification type, i.e., the set of types of notifications to be subscribed to.
|
String[] |
getNotificationUserGroupIds()
Get Array of String | Notification group ID, which is the set of user group IDs and can be queried through the [DescribeUserGroup API](https://cloud.tencent.com/document/api/378/4404).
|
void |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set ID of the notification to be modified.
|
void |
setNotificationTypes(String[] NotificationTypes)
Set Notification type, i.e., the set of types of notifications to be subscribed to.
|
void |
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set Array of String | Notification group ID, which is the set of user group IDs and can be queried through the [DescribeUserGroup API](https://cloud.tencent.com/document/api/378/4404).
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifyNotificationConfigurationRequest()
public String getAutoScalingNotificationId()
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
AutoScalingNotificationId
- ID of the notification to be modified.public String[] getNotificationTypes()
public void setNotificationTypes(String[] NotificationTypes)
NotificationTypes
- Notification type, i.e., the set of types of notifications to be subscribed to. Value range:
public String[] getNotificationUserGroupIds()
public void setNotificationUserGroupIds(String[] NotificationUserGroupIds)
NotificationUserGroupIds
- Array of String | Notification group ID, which is the set of user group IDs and can be queried through the [DescribeUserGroup API](https://cloud.tencent.com/document/api/378/4404).Copyright © 2020. All rights reserved.