@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() |
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the Auto Scaling group.
|
List<String> |
getLifecycleHookNames()
The names of one or more lifecycle hooks.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
void |
setLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks.
|
String |
toString()
Returns a string representation of this object.
|
DescribeLifecycleHooksRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling 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, copyBaseTo, 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 Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public String getAutoScalingGroupName()
The name of the Auto Scaling group.
public DescribeLifecycleHooksRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
autoScalingGroupName
- The name of the Auto Scaling group.public List<String> getLifecycleHookNames()
The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.
public void setLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.
lifecycleHookNames
- The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.public DescribeLifecycleHooksRequest withLifecycleHookNames(String... lifecycleHookNames)
The names of one or more lifecycle hooks. If you omit this property, 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 property, all lifecycle hooks are described.public DescribeLifecycleHooksRequest withLifecycleHookNames(Collection<String> lifecycleHookNames)
The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.
lifecycleHookNames
- The names of one or more lifecycle hooks. If you omit this property, all lifecycle hooks are described.public String toString()
toString
in class Object
Object.toString()
public DescribeLifecycleHooksRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.