@Generated(value="software.amazon.awssdk:codegen") public final class CompleteLifecycleActionRequest extends AutoScalingRequest implements ToCopyableBuilder<CompleteLifecycleActionRequest.Builder,CompleteLifecycleActionRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CompleteLifecycleActionRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
autoScalingGroupName()
The name of the Auto Scaling group.
|
static CompleteLifecycleActionRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CompleteLifecycleActionRequest.Builder> |
serializableBuilderClass() |
CompleteLifecycleActionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String lifecycleHookName()
The name of the lifecycle hook.
public final String autoScalingGroupName()
The name of the Auto Scaling group.
public final String lifecycleActionToken()
A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
public final String lifecycleActionResult()
The action for the group to take. You can specify either CONTINUE
or ABANDON
.
CONTINUE
or ABANDON
.public final String instanceId()
The ID of the instance.
public CompleteLifecycleActionRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CompleteLifecycleActionRequest.Builder,CompleteLifecycleActionRequest>
toBuilder
in class AutoScalingRequest
public static CompleteLifecycleActionRequest.Builder builder()
public static Class<? extends CompleteLifecycleActionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.