Class DescribeLifecycleHooksResult
java.lang.Object
com.amazonaws.services.autoscaling.model.DescribeLifecycleHooksResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The lifecycle hooks for the specified group.int
hashCode()
void
setLifecycleHooks
(Collection<LifecycleHook> lifecycleHooks) The lifecycle hooks for the specified group.toString()
Returns a string representation of this object; useful for testing and debugging.withLifecycleHooks
(LifecycleHook... lifecycleHooks) The lifecycle hooks for the specified group.withLifecycleHooks
(Collection<LifecycleHook> lifecycleHooks) The lifecycle hooks for the specified group.
-
Constructor Details
-
DescribeLifecycleHooksResult
public DescribeLifecycleHooksResult()
-
-
Method Details
-
getLifecycleHooks
The lifecycle hooks for the specified group.
- Returns:
- The lifecycle hooks for the specified group.
-
setLifecycleHooks
The lifecycle hooks for the specified group.
- Parameters:
lifecycleHooks
- The lifecycle hooks for the specified group.
-
withLifecycleHooks
The lifecycle hooks for the specified group.
NOTE: This method appends the values to the existing list (if any). Use
setLifecycleHooks(java.util.Collection)
orwithLifecycleHooks(java.util.Collection)
if you want to override the existing values.- Parameters:
lifecycleHooks
- The lifecycle hooks for the specified group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withLifecycleHooks
The lifecycle hooks for the specified group.
- Parameters:
lifecycleHooks
- The lifecycle hooks for the specified group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-