public class ModifyNotificationConfigurationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyNotificationConfigurationRequest() |
ModifyNotificationConfigurationRequest(ModifyNotificationConfigurationRequest 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 |
---|---|
String |
getAutoScalingNotificationId()
Get Specifies the notification ID that needs modification.
|
String[] |
getNotificationTypes()
Get Notification type, i.e., the set of types of notifications to be subscribed to.
|
String[] |
getNotificationUserGroupIds()
Get Notification GROUP ID, which is the USER GROUP ID collection.
|
String |
getQueueName()
Get The TDMQ CMQ QUEUE name.
|
String |
getTopicName()
Get The TDMQ CMQ TOPIC name.
|
void |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set Specifies the notification ID that needs modification.
|
void |
setNotificationTypes(String[] NotificationTypes)
Set Notification type, i.e., the set of types of notifications to be subscribed to.
|
void |
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set Notification GROUP ID, which is the USER GROUP ID collection.
|
void |
setQueueName(String QueueName)
Set The TDMQ CMQ QUEUE name.
|
void |
setTopicName(String TopicName)
Set The TDMQ CMQ TOPIC name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyNotificationConfigurationRequest()
public ModifyNotificationConfigurationRequest(ModifyNotificationConfigurationRequest source)
public String getAutoScalingNotificationId()
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
AutoScalingNotificationId
- Specifies the notification ID that needs modification. get the notification ID by logging in to the [console](https://console.cloud.tencent.com/autoscaling/group) or calling the api [DescribeNotificationConfigurations](https://intl.cloud.tencent.com/document/api/377/33183?from_cn_redirect=1) and getting `AutoScalingNotificationId` from the returned information.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
- Notification GROUP ID, which is the USER GROUP ID collection. USER GROUP ID can be accessed through [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1). this parameter is valid only when `TargetType` is `USER_GROUP`.public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- The TDMQ CMQ QUEUE name. [the original CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended for use. this parameter is valid only when `TargetType` is `TDMQ_CMQ_QUEUE`.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- The TDMQ CMQ TOPIC name. [original CMQ is offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). currently, only TDMQ CMQ is recommended for use. this parameter is valid only when `TargetType` is `TDMQ_CMQ_TOPIC`.Copyright © 2025. All rights reserved.