public class AutoScalingNotification extends AbstractModel
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 伸缩组ID。
|
String |
getAutoScalingNotificationId()
Get 事件通知ID。
|
String[] |
getNotificationTypes()
Get 通知事件列表。
|
String[] |
getNotificationUserGroupIds()
Get 用户组ID列表。
|
String |
getQueueName()
Get CMQ 队列名。
|
String |
getTargetType()
Get 通知接收端类型。
|
String |
getTopicName()
Get CMQ 主题名。
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID。
|
void |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set 事件通知ID。
|
void |
setNotificationTypes(String[] NotificationTypes)
Set 通知事件列表。
|
void |
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set 用户组ID列表。
|
void |
setQueueName(String QueueName)
Set CMQ 队列名。
|
void |
setTargetType(String TargetType)
Set 通知接收端类型。
|
void |
setTopicName(String TopicName)
Set CMQ 主题名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AutoScalingNotification()
public AutoScalingNotification(AutoScalingNotification source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - 伸缩组ID。public String[] getNotificationUserGroupIds()
public void setNotificationUserGroupIds(String[] NotificationUserGroupIds)
NotificationUserGroupIds - 用户组ID列表。public String[] getNotificationTypes()
public void setNotificationTypes(String[] NotificationTypes)
NotificationTypes - 通知事件列表。public String getAutoScalingNotificationId()
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
AutoScalingNotificationId - 事件通知ID。public String getTargetType()
public void setTargetType(String TargetType)
TargetType - 通知接收端类型。public String getQueueName()
public void setQueueName(String QueueName)
QueueName - CMQ 队列名。public String getTopicName()
public void setTopicName(String TopicName)
TopicName - CMQ 主题名。Copyright © 2023. All rights reserved.