|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.autoscaling.model.DescribeAutoScalingNotificationTypesResult
public class DescribeAutoScalingNotificationTypesResult
| Constructor Summary | |
|---|---|
DescribeAutoScalingNotificationTypesResult()
|
|
| Method Summary | |
|---|---|
List<String> |
getAutoScalingNotificationTypes()
Notification types supported by Auto Scaling. |
void |
setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
Notification types supported by Auto Scaling. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
Notification types supported by Auto Scaling. |
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(String... autoScalingNotificationTypes)
Notification types supported by Auto Scaling. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAutoScalingNotificationTypesResult()
| Method Detail |
|---|
public List<String> getAutoScalingNotificationTypes()
public void setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
autoScalingNotificationTypes - Notification types supported by Auto Scaling. They are:
autoscaling:EC2_INSTANCE_LAUNCH,
autoscaling:EC2_INSTANCE_LAUNCH_ERROR,
autoscaling:EC2_INSTANCE_TERMINATE,
autoscaling:EC2_INSTANCE_TERMINATE_ERROR,
autoscaling:TEST_NOTIFICATIONpublic DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(String... autoScalingNotificationTypes)
Returns a reference to this object so that method calls can be chained together.
autoScalingNotificationTypes - Notification types supported by Auto Scaling. They are:
autoscaling:EC2_INSTANCE_LAUNCH,
autoscaling:EC2_INSTANCE_LAUNCH_ERROR,
autoscaling:EC2_INSTANCE_TERMINATE,
autoscaling:EC2_INSTANCE_TERMINATE_ERROR,
autoscaling:TEST_NOTIFICATION
public DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
Returns a reference to this object so that method calls can be chained together.
autoScalingNotificationTypes - Notification types supported by Auto Scaling. They are:
autoscaling:EC2_INSTANCE_LAUNCH,
autoscaling:EC2_INSTANCE_LAUNCH_ERROR,
autoscaling:EC2_INSTANCE_TERMINATE,
autoscaling:EC2_INSTANCE_TERMINATE_ERROR,
autoscaling:TEST_NOTIFICATION
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||