public class DescribeAutoScalingNotificationTypesResult extends Object implements Serializable
The AutoScalingNotificationTypes data type.
| Constructor and Description |
|---|
DescribeAutoScalingNotificationTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAutoScalingNotificationTypes()
Returns a list of all notification types supported by Auto Scaling.
|
int |
hashCode() |
void |
setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
Returns a list of all 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)
Returns a list of all notification types supported by Auto Scaling.
|
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(String... autoScalingNotificationTypes)
Returns a list of all notification types supported by Auto Scaling.
|
public DescribeAutoScalingNotificationTypesResult()
public List<String> getAutoScalingNotificationTypes()
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
public void setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
autoScalingNotificationTypes - Returns a list of all 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(String... autoScalingNotificationTypes)
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
Returns a reference to this object so that method calls can be chained together.
autoScalingNotificationTypes - Returns a list of all 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)
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
Returns a reference to this object so that method calls can be chained together.
autoScalingNotificationTypes - Returns a list of all 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()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.