public class DescribeLifecycleHooksRequest extends AmazonWebServiceRequest implements java.io.Serializable
Describes the lifecycle hooks for the specified Auto Scaling group.
Constructor and Description |
---|
DescribeLifecycleHooksRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAutoScalingGroupName()
The name of the group.
|
java.util.List<java.lang.String> |
getLifecycleHookNames()
The names of one or more lifecycle hooks.
|
int |
hashCode() |
void |
setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
void |
setLifecycleHookNames(java.util.Collection<java.lang.String> lifecycleHookNames)
The names of one or more lifecycle hooks.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeLifecycleHooksRequest |
withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
|
DescribeLifecycleHooksRequest |
withLifecycleHookNames(java.util.Collection<java.lang.String> lifecycleHookNames)
The names of one or more lifecycle hooks.
|
DescribeLifecycleHooksRequest |
withLifecycleHookNames(java.lang.String... lifecycleHookNames)
The names of one or more lifecycle hooks.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getAutoScalingGroupName()
The name of the group.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
The name of the group.
public void setAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name of the group.
public DescribeLifecycleHooksRequest withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the group.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1600
Pattern: [ --�𐀀-\r\n\t]*
autoScalingGroupName
- The name of the group.
public java.util.List<java.lang.String> getLifecycleHookNames()
The names of one or more lifecycle hooks.
The names of one or more lifecycle hooks.
public void setLifecycleHookNames(java.util.Collection<java.lang.String> lifecycleHookNames)
The names of one or more lifecycle hooks.
lifecycleHookNames
- The names of one or more lifecycle hooks.
public DescribeLifecycleHooksRequest withLifecycleHookNames(java.lang.String... lifecycleHookNames)
The names of one or more lifecycle hooks.
Returns a reference to this object so that method calls can be chained together.
lifecycleHookNames
- The names of one or more lifecycle hooks.
public DescribeLifecycleHooksRequest withLifecycleHookNames(java.util.Collection<java.lang.String> lifecycleHookNames)
The names of one or more lifecycle hooks.
Returns a reference to this object so that method calls can be chained together.
lifecycleHookNames
- The names of one or more lifecycle hooks.
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.