@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLifecycleHooksResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeLifecycleHooksResult() |
Modifier and Type | Method and Description |
---|---|
DescribeLifecycleHooksResult |
clone() |
boolean |
equals(Object obj) |
List<LifecycleHook> |
getLifecycleHooks()
The lifecycle hooks for the specified group.
|
int |
hashCode() |
void |
setLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeLifecycleHooksResult |
withLifecycleHooks(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
|
DescribeLifecycleHooksResult |
withLifecycleHooks(LifecycleHook... lifecycleHooks)
The lifecycle hooks for the specified group.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<LifecycleHook> getLifecycleHooks()
The lifecycle hooks for the specified group.
public void setLifecycleHooks(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(Collection<LifecycleHook> lifecycleHooks)
The lifecycle hooks for the specified group.
lifecycleHooks
- The lifecycle hooks for the specified group.public String toString()
toString
in class Object
Object.toString()
public DescribeLifecycleHooksResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.