Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CompleteLifecycleActionRequest.Builder,CompleteLifecycleActionRequest>
@Generated("software.amazon.awssdk:codegen") public class CompleteLifecycleActionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CompleteLifecycleActionRequest.Builder,CompleteLifecycleActionRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CompleteLifecycleActionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
autoScalingGroupName() |
The name of the group for the lifecycle hook.
|
static CompleteLifecycleActionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
instanceId() |
The ID of the instance.
|
String |
lifecycleActionResult() |
The action for the group to take.
|
String |
lifecycleActionToken() |
A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance.
|
String |
lifecycleHookName() |
The name of the lifecycle hook.
|
static Class<? extends CompleteLifecycleActionRequest.Builder> |
serializableBuilderClass() |
|
CompleteLifecycleActionRequest.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 group for the lifecycle hook.
public String lifecycleActionToken()
A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
public String lifecycleActionResult()
The action for the group to take. This parameter can be either CONTINUE
or ABANDON
.
CONTINUE
or
ABANDON
.public String instanceId()
The ID of the instance.
public CompleteLifecycleActionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CompleteLifecycleActionRequest.Builder,CompleteLifecycleActionRequest>
public static CompleteLifecycleActionRequest.Builder builder()
public static Class<? extends CompleteLifecycleActionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.