Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DeleteLifecycleHookRequest.Builder,DeleteLifecycleHookRequest>
@Generated("software.amazon.awssdk:codegen") public class DeleteLifecycleHookRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteLifecycleHookRequest.Builder,DeleteLifecycleHookRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DeleteLifecycleHookRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the Auto Scaling group for the lifecycle hook.
|
static DeleteLifecycleHookRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
lifecycleHookName() |
The name of the lifecycle hook.
|
static Class<? extends DeleteLifecycleHookRequest.Builder> |
serializableBuilderClass() |
|
DeleteLifecycleHookRequest.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 lifecycleHookName()
The name of the lifecycle hook.
public String autoScalingGroupName()
The name of the Auto Scaling group for the lifecycle hook.
public DeleteLifecycleHookRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeleteLifecycleHookRequest.Builder,DeleteLifecycleHookRequest>
public static DeleteLifecycleHookRequest.Builder builder()
public static Class<? extends DeleteLifecycleHookRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.