public class AutoScalingNotification extends AbstractModel
Constructor and Description |
---|
AutoScalingNotification() |
Modifier and Type | Method and Description |
---|---|
String |
getAutoScalingGroupId()
Get 伸缩组ID。
|
String |
getAutoScalingNotificationId()
Get 事件通知ID。
|
String[] |
getNotificationTypes()
Get 通知事件列表。
|
String[] |
getNotificationUserGroupIds()
Get 用户组ID列表。
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set 伸缩组ID。
|
void |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set 事件通知ID。
|
void |
setNotificationTypes(String[] NotificationTypes)
Set 通知事件列表。
|
void |
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set 用户组ID列表。
|
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 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。Copyright © 2020. All rights reserved.