public class DescribeLifecycleHooksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeLifecycleHooksRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeLifecycleHooksRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group.
|
List<String> |
getLifecycleHookNames()
The names of one or more lifecycle hooks.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
void |
setLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLifecycleHooksRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
|
DescribeLifecycleHooksRequest |
withLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks.
|
DescribeLifecycleHooksRequest |
withLifecycleHookNames(String... lifecycleHookNames)
The names of one or more lifecycle hooks.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public String getAutoScalingGroupName()
The name of the group.
public DescribeLifecycleHooksRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group.
autoScalingGroupName
- The name of the group.public List<String> getLifecycleHookNames()
The names of one or more lifecycle hooks.
public void setLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks.
lifecycleHookNames
- The names of one or more lifecycle hooks.public DescribeLifecycleHooksRequest withLifecycleHookNames(String... lifecycleHookNames)
The names of one or more lifecycle hooks.
NOTE: This method appends the values to the existing list (if
any). Use setLifecycleHookNames(java.util.Collection)
or
withLifecycleHookNames(java.util.Collection)
if you want to
override the existing values.
lifecycleHookNames
- The names of one or more lifecycle hooks.public DescribeLifecycleHooksRequest withLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks.
lifecycleHookNames
- The names of one or more lifecycle hooks.public String toString()
toString
in class Object
Object.toString()
public DescribeLifecycleHooksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.