public class DescribeLifecycleHookTypesResult extends Object implements Serializable
| Constructor and Description |
|---|
DescribeLifecycleHookTypesResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getLifecycleHookTypes()
Returns a list of all notification types supported by Auto Scaling.
|
int |
hashCode() |
void |
setLifecycleHookTypes(Collection<String> lifecycleHookTypes)
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.
|
DescribeLifecycleHookTypesResult |
withLifecycleHookTypes(Collection<String> lifecycleHookTypes)
Returns a list of all notification types supported by Auto Scaling.
|
DescribeLifecycleHookTypesResult |
withLifecycleHookTypes(String... lifecycleHookTypes)
Returns a list of all notification types supported by Auto Scaling.
|
public List<String> getLifecycleHookTypes()
autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
public void setLifecycleHookTypes(Collection<String> lifecycleHookTypes)
autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
lifecycleHookTypes - Returns a list of all notification types supported by Auto Scaling.
They are: autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
public DescribeLifecycleHookTypesResult withLifecycleHookTypes(String... lifecycleHookTypes)
autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
Returns a reference to this object so that method calls can be chained together.
lifecycleHookTypes - Returns a list of all notification types supported by Auto Scaling.
They are: autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
public DescribeLifecycleHookTypesResult withLifecycleHookTypes(Collection<String> lifecycleHookTypes)
autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
Returns a reference to this object so that method calls can be chained together.
lifecycleHookTypes - Returns a list of all notification types supported by Auto Scaling.
They are: autoscaling:EC2_INSTANCE_LAUNCHING
autoscaling:EC2_INSTANCE_TERMINATING
public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.