public class DescribeAutoScalingNotificationTypesResult
extends java.lang.Object
implements java.io.Serializable
The AutoScalingNotificationTypes data type.
| コンストラクタと説明 |
|---|
DescribeAutoScalingNotificationTypesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public DescribeAutoScalingNotificationTypesResult()
public java.util.List<java.lang.String> getAutoScalingNotificationTypes()
public void setAutoScalingNotificationTypes(java.util.Collection<java.lang.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(java.lang.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_NOTIFICATIONpublic DescribeAutoScalingNotificationTypesResult withAutoScalingNotificationTypes(java.util.Collection<java.lang.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_NOTIFICATIONpublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object