public class AutoScalingNotification extends AbstractModel
header, skipSign
Constructor and Description |
---|
AutoScalingNotification() |
AutoScalingNotification(AutoScalingNotification 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 Auto scaling group ID.
|
String |
getAutoScalingNotificationId()
Get Event notification ID.
|
String[] |
getNotificationTypes()
Get Notification event list.
|
String[] |
getNotificationUserGroupIds()
Get List of user group IDs.
|
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 Auto scaling group ID.
|
void |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set Event notification ID.
|
void |
setNotificationTypes(String[] NotificationTypes)
Set Notification event list.
|
void |
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set List of user group IDs.
|
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 AutoScalingNotification()
public AutoScalingNotification(AutoScalingNotification source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Auto scaling group ID.public String[] getNotificationUserGroupIds()
public void setNotificationUserGroupIds(String[] NotificationUserGroupIds)
NotificationUserGroupIds
- List of user group IDs.public String[] getNotificationTypes()
public void setNotificationTypes(String[] NotificationTypes)
NotificationTypes
- Notification event list. valid values are as follows:.
public String getAutoScalingNotificationId()
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
AutoScalingNotificationId
- Event notification ID.public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- Notification receiver type. valid values:.
USER_GROUP: specifies the user group.
TDMQ_CMQ_TOPIC: tdmq for cmq topic.
TDMQ_CMQ_QUEUE: specifies the tdmq cmq queue.
`CMQ_QUEUE`: cmq queue. [cmq API offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1). unable to select.
CMQ_TOPIC: cmq topic. [cmq API offline](https://intl.cloud.tencent.com/document/product/1496/83970?from_cn_redirect=1), unable to select.public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- TDMQ CMQ queue name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- TDMQ CMQ topic name.Copyright © 2025. All rights reserved.