@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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. If you omit this parameter, all lifecycle hooks are described.
public void setLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.
lifecycleHookNames
- The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.public DescribeLifecycleHooksRequest withLifecycleHookNames(String... lifecycleHookNames)
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.
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. If you omit this parameter, all lifecycle hooks are described.public DescribeLifecycleHooksRequest withLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.
lifecycleHookNames
- The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.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.