public class CreateNotificationConfigurationRequest extends AbstractModel
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 Auto 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 set of user group IDs.
|
String |
getQueueName()
Get CMQ queue name.
|
String |
getTargetType()
Get Notification receiver type.
|
String |
getTopicName()
Get CMQ topic name.
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set Auto 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 set of user group IDs.
|
void |
setQueueName(String QueueName)
Set CMQ queue name.
|
void |
setTargetType(String TargetType)
Set Notification receiver type.
|
void |
setTopicName(String TopicName)
Set CMQ topic name.
|
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 CreateNotificationConfigurationRequest()
public CreateNotificationConfigurationRequest(CreateNotificationConfigurationRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Auto scaling group ID.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 set of user group IDs. You can query the user group IDs through the [ListGroups](https://intl.cloud.tencent.com/document/product/598/34589?from_cn_redirect=1) API.public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- Notification receiver type. Valid values:
public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- CMQ queue name. This parameter is required when `TargetType` is `CMQ_QUEUE` or `TDMQ_CMQ_QUEUE`.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- CMQ topic name. This parameter is required when `TargetType` is `CMQ_TOPIC` or `TDMQ_CMQ_TOPIC`.Copyright © 2023. All rights reserved.