public class DescribeLifecycleHooksResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LifecycleHook> |
lifecycleHooks
The lifecycle hooks for the specified group.
|
Constructor and Description |
---|
DescribeLifecycleHooksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLifecycleHooksResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<LifecycleHook> |
getLifecycleHooks()
The lifecycle hooks for the specified group.
|
int |
hashCode() |
void |
setLifecycleHooks(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLifecycleHooksResult |
withLifecycleHooks(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
DescribeLifecycleHooksResult |
withLifecycleHooks(LifecycleHook... lifecycleHooks)
The lifecycle hooks for the specified group.
|
private SdkInternalList<LifecycleHook> lifecycleHooks
The lifecycle hooks for the specified group.
public java.util.List<LifecycleHook> getLifecycleHooks()
The lifecycle hooks for the specified group.
public void setLifecycleHooks(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
lifecycleHooks
- The lifecycle hooks for the specified group.public DescribeLifecycleHooksResult withLifecycleHooks(LifecycleHook... lifecycleHooks)
The lifecycle hooks for the specified group.
NOTE: This method appends the values to the existing list (if
any). Use setLifecycleHooks(java.util.Collection)
or
withLifecycleHooks(java.util.Collection)
if you want to override
the existing values.
lifecycleHooks
- The lifecycle hooks for the specified group.public DescribeLifecycleHooksResult withLifecycleHooks(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
lifecycleHooks
- The lifecycle hooks for the specified group.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeLifecycleHooksResult clone()
clone
in class java.lang.Object