Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.autoscaling.model
Class DescribeAutoScalingNotificationTypesResult

java.lang.Object
  extended by com.amazonaws.services.autoscaling.model.DescribeAutoScalingNotificationTypesResult
All Implemented Interfaces:
java.io.Serializable

public class DescribeAutoScalingNotificationTypesResult
extends java.lang.Object
implements java.io.Serializable

The AutoScalingNotificationTypes data type.

See Also:
Serialized Form

Constructor Summary
DescribeAutoScalingNotificationTypesResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<java.lang.String> getAutoScalingNotificationTypes()
          Notification types supported by Auto Scaling.
 int hashCode()
           
 void setAutoScalingNotificationTypes(java.util.Collection<java.lang.String> autoScalingNotificationTypes)
          Notification types supported by Auto Scaling.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(java.util.Collection<java.lang.String> autoScalingNotificationTypes)
          Notification types supported by Auto Scaling.
 DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(java.lang.String... autoScalingNotificationTypes)
          Notification types supported by Auto Scaling.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeAutoScalingNotificationTypesResult

public DescribeAutoScalingNotificationTypesResult()
Method Detail

getAutoScalingNotificationTypes

public java.util.List<java.lang.String> getAutoScalingNotificationTypes()
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

Returns:
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

setAutoScalingNotificationTypes

public void setAutoScalingNotificationTypes(java.util.Collection<java.lang.String> 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

Parameters:
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

withAutoScalingNotificationTypes

public DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(java.lang.String... 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

Returns a reference to this object so that method calls can be chained together.

Parameters:
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
Returns:
A reference to this updated object so that method calls can be chained together.

withAutoScalingNotificationTypes

public DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(java.util.Collection<java.lang.String> 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

Returns a reference to this object so that method calls can be chained together.

Parameters:
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
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.