public class DescribeAutoScalingNotificationTypesResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeAutoScalingNotificationTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeAutoScalingNotificationTypesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getAutoScalingNotificationTypes()
One or more of the following notification types:
|
int |
hashCode() |
void |
setAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
One or more of the following notification types:
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(Collection<String> autoScalingNotificationTypes)
One or more of the following notification types:
|
DescribeAutoScalingNotificationTypesResult |
withAutoScalingNotificationTypes(String... autoScalingNotificationTypes)
One or more of the following notification types:
|
public DescribeAutoScalingNotificationTypesResult()
public List<String> getAutoScalingNotificationTypes()
One or more of the following notification types:
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)
One or more of the following notification types:
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
autoScalingNotificationTypes - One or more of the following notification types:
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)
One or more of the following notification types:
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
NOTE: This method appends the values to the existing list (if
any). Use setAutoScalingNotificationTypes(java.util.Collection)
or withAutoScalingNotificationTypes(java.util.Collection) if you
want to override the existing values.
autoScalingNotificationTypes - One or more of the following notification types:
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)
One or more of the following notification types:
autoscaling:EC2_INSTANCE_LAUNCH
autoscaling:EC2_INSTANCE_LAUNCH_ERROR
autoscaling:EC2_INSTANCE_TERMINATE
autoscaling:EC2_INSTANCE_TERMINATE_ERROR
autoscaling:TEST_NOTIFICATION
autoScalingNotificationTypes - One or more of the following notification types:
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()public DescribeAutoScalingNotificationTypesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.