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