public class LifecycleHook extends AbstractModel
| Constructor and Description | 
|---|
LifecycleHook()  | 
LifecycleHook(LifecycleHook source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAutoScalingGroupId()
Get Auto scaling group ID 
 | 
String | 
getCreatedTime()
Get Creation time 
 | 
String | 
getDefaultResult()
Get Default result of the lifecycle hook 
 | 
Long | 
getHeartbeatTimeout()
Get Wait timeout period of the lifecycle hook 
 | 
String | 
getLifecycleHookId()
Get Lifecycle hook ID 
 | 
String | 
getLifecycleHookName()
Get Lifecycle hook name 
 | 
String | 
getLifecycleTransition()
Get Applicable scenario of the lifecycle hook 
 | 
String | 
getLifecycleTransitionType()
Get Applicable scenario of the lifecycle hook 
 | 
String | 
getNotificationMetadata()
Get Additional information for the notification target 
 | 
NotificationTarget | 
getNotificationTarget()
Get Notification target 
 | 
void | 
setAutoScalingGroupId(String AutoScalingGroupId)
Set Auto scaling group ID 
 | 
void | 
setCreatedTime(String CreatedTime)
Set Creation time 
 | 
void | 
setDefaultResult(String DefaultResult)
Set Default result of the lifecycle hook 
 | 
void | 
setHeartbeatTimeout(Long HeartbeatTimeout)
Set Wait timeout period of the lifecycle hook 
 | 
void | 
setLifecycleHookId(String LifecycleHookId)
Set Lifecycle hook ID 
 | 
void | 
setLifecycleHookName(String LifecycleHookName)
Set Lifecycle hook name 
 | 
void | 
setLifecycleTransition(String LifecycleTransition)
Set Applicable scenario of the lifecycle hook 
 | 
void | 
setLifecycleTransitionType(String LifecycleTransitionType)
Set Applicable scenario of the lifecycle hook 
 | 
void | 
setNotificationMetadata(String NotificationMetadata)
Set Additional information for the notification target 
 | 
void | 
setNotificationTarget(NotificationTarget NotificationTarget)
Set Notification target 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic LifecycleHook()
public LifecycleHook(LifecycleHook source)
public String getLifecycleHookId()
public void setLifecycleHookId(String LifecycleHookId)
LifecycleHookId - Lifecycle hook IDpublic String getLifecycleHookName()
public void setLifecycleHookName(String LifecycleHookName)
LifecycleHookName - Lifecycle hook namepublic String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId - Auto scaling group IDpublic String getDefaultResult()
public void setDefaultResult(String DefaultResult)
DefaultResult - Default result of the lifecycle hookpublic Long getHeartbeatTimeout()
public void setHeartbeatTimeout(Long HeartbeatTimeout)
HeartbeatTimeout - Wait timeout period of the lifecycle hookpublic String getLifecycleTransition()
public void setLifecycleTransition(String LifecycleTransition)
LifecycleTransition - Applicable scenario of the lifecycle hookpublic String getNotificationMetadata()
public void setNotificationMetadata(String NotificationMetadata)
NotificationMetadata - Additional information for the notification targetpublic String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation timepublic NotificationTarget getNotificationTarget()
public void setNotificationTarget(NotificationTarget NotificationTarget)
NotificationTarget - Notification targetpublic String getLifecycleTransitionType()
public void setLifecycleTransitionType(String LifecycleTransitionType)
LifecycleTransitionType - Applicable scenario of the lifecycle hookCopyright © 2022. All rights reserved.