public class AutoScalingNotification extends AbstractModel
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 List of notification events.
|
String[] |
getNotificationUserGroupIds()
Get List 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 |
setAutoScalingNotificationId(String AutoScalingNotificationId)
Set Event notification ID.
|
void |
setNotificationTypes(String[] NotificationTypes)
Set List of notification events.
|
void |
setNotificationUserGroupIds(String[] NotificationUserGroupIds)
Set List 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 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
- List of notification events.public String getAutoScalingNotificationId()
public void setAutoScalingNotificationId(String AutoScalingNotificationId)
AutoScalingNotificationId
- Event notification ID.public String getTargetType()
public void setTargetType(String TargetType)
TargetType
- Notification receiver type.public String getQueueName()
public void setQueueName(String QueueName)
QueueName
- CMQ queue name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- CMQ topic name.Copyright © 2023. All rights reserved.