public class CompleteLifecycleActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CompleteLifecycleActionRequest() |
Modifier and Type | Method and Description |
---|---|
CompleteLifecycleActionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAutoScalingGroupName()
The name of the group for the lifecycle hook.
|
String |
getLifecycleActionResult()
The action for the group to take.
|
String |
getLifecycleActionToken()
A universally unique identifier (UUID) that identifies a specific
lifecycle action associated with an instance.
|
String |
getLifecycleHookName()
The name of the lifecycle hook.
|
int |
hashCode() |
void |
setAutoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
|
void |
setLifecycleActionResult(String lifecycleActionResult)
The action for the group to take.
|
void |
setLifecycleActionToken(String lifecycleActionToken)
A universally unique identifier (UUID) that identifies a specific
lifecycle action associated with an instance.
|
void |
setLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CompleteLifecycleActionRequest |
withAutoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
|
CompleteLifecycleActionRequest |
withLifecycleActionResult(String lifecycleActionResult)
The action for the group to take.
|
CompleteLifecycleActionRequest |
withLifecycleActionToken(String lifecycleActionToken)
A universally unique identifier (UUID) that identifies a specific
lifecycle action associated with an instance.
|
CompleteLifecycleActionRequest |
withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName
- The name of the lifecycle hook.public String getLifecycleHookName()
The name of the lifecycle hook.
public CompleteLifecycleActionRequest withLifecycleHookName(String lifecycleHookName)
The name of the lifecycle hook.
lifecycleHookName
- The name of the lifecycle hook.public void setAutoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
autoScalingGroupName
- The name of the group for the lifecycle hook.public String getAutoScalingGroupName()
The name of the group for the lifecycle hook.
public CompleteLifecycleActionRequest withAutoScalingGroupName(String autoScalingGroupName)
The name of the group for the lifecycle hook.
autoScalingGroupName
- The name of the group for the lifecycle hook.public void setLifecycleActionToken(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.
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 getLifecycleActionToken()
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 CompleteLifecycleActionRequest withLifecycleActionToken(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.
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 void setLifecycleActionResult(String lifecycleActionResult)
The action for the group to take. This parameter can be either
CONTINUE
or ABANDON
.
lifecycleActionResult
- The action for the group to take. This parameter can be either
CONTINUE
or ABANDON
.public String getLifecycleActionResult()
The action for the group to take. This parameter can be either
CONTINUE
or ABANDON
.
CONTINUE
or ABANDON
.public CompleteLifecycleActionRequest withLifecycleActionResult(String lifecycleActionResult)
The action for the group to take. This parameter can be either
CONTINUE
or ABANDON
.
lifecycleActionResult
- The action for the group to take. This parameter can be either
CONTINUE
or ABANDON
.public String toString()
toString
in class Object
Object.toString()
public CompleteLifecycleActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.