public class CreateNotificationConfigurationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateNotificationConfigurationRequest() |
CreateNotificationConfigurationRequest(CreateNotificationConfigurationRequest 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 |
getAutoScalingGroupId()
Get Scaling group ID.
|
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 TDMQ CMQ QUEUE name.
|
String |
getTargetType()
Get Notification receiver type.
|
String |
getTopicName()
Get TDMQ CMQ TOPIC name.
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set Scaling group ID.
|
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 TDMQ CMQ QUEUE name.
|
void |
setTargetType(String TargetType)
Set Notification receiver type.
|
void |
setTopicName(String TopicName)
Set 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 CreateNotificationConfigurationRequest()
public CreateNotificationConfigurationRequest(CreateNotificationConfigurationRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Scaling group ID. obtain the scaling group ID by logging in to the console (https://console.cloud.tencent.com/autoscaling/group) or calling the api DescribeAutoScalingGroups (https://intl.cloud.tencent.com/document/api/377/20438?from_cn_redirect=1), and retrieve AutoScalingGroupId 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 getTargetType()
public void setTargetType(String TargetType)
TargetType
- Notification receiver type. values as follows:.
public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- TDMQ CMQ QUEUE name. this field is required if TargetType value is `TDMQ_CMQ_QUEUE`.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- TDMQ CMQ TOPIC name. this field is required when `TargetType` is `TDMQ_CMQ_TOPIC`.Copyright © 2025. All rights reserved.