Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeLifecycleHooksRequest.Builder,DescribeLifecycleHooksRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeLifecycleHooksRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeLifecycleHooksRequest.Builder,DescribeLifecycleHooksRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeLifecycleHooksRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the group.
|
static DescribeLifecycleHooksRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
lifecycleHookNames() |
The names of one or more lifecycle hooks.
|
static Class<? extends DescribeLifecycleHooksRequest.Builder> |
serializableBuilderClass() |
|
DescribeLifecycleHooksRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String autoScalingGroupName()
The name of the group.
public List<String> lifecycleHookNames()
The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.
public DescribeLifecycleHooksRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeLifecycleHooksRequest.Builder,DescribeLifecycleHooksRequest>
public static DescribeLifecycleHooksRequest.Builder builder()
public static Class<? extends DescribeLifecycleHooksRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.