public class DescribeLifecycleHooksResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeLifecycleHooksResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public java.util.List<LifecycleHook> getLifecycleHooks()
The lifecycle hooks for the specified group.
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.
Returns a reference to this object so that method calls can be chained together.
lifecycleHooks
- The lifecycle hooks for the specified group.
public DescribeLifecycleHooksResult withLifecycleHooks(java.util.Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
Returns a reference to this object so that method calls can be chained together.
lifecycleHooks
- The lifecycle hooks for the specified group.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.