public class DescribeLifecycleHooksResult extends Object implements Serializable
The output of the DescribeLifecycleHooks action.
Constructor and Description |
---|
DescribeLifecycleHooksResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<LifecycleHook> |
getLifecycleHooks()
A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.
|
int |
hashCode() |
void |
setLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLifecycleHooksResult |
withLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.
|
DescribeLifecycleHooksResult |
withLifecycleHooks(LifecycleHook... lifecycleHooks)
A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.
|
public List<LifecycleHook> getLifecycleHooks()
public void setLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
lifecycleHooks
- A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.public DescribeLifecycleHooksResult withLifecycleHooks(LifecycleHook... lifecycleHooks)
Returns a reference to this object so that method calls can be chained together.
lifecycleHooks
- A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.public DescribeLifecycleHooksResult withLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
Returns a reference to this object so that method calls can be chained together.
lifecycleHooks
- A list describing the lifecycle hooks that belong to the specified
Auto Scaling group.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.