public class LifecycleActionResultInfo extends AbstractModel
| Constructor and Description | 
|---|
| LifecycleActionResultInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getInstanceId()Get ID of the instance | 
| String | getLifecycleActionResult()Get Result of the lifecyle hook action. | 
| String | getLifecycleHookId()Get ID of the lifecycle hook | 
| String | getNotificationResult()Get Whether the notification is sent to CMQ successfully | 
| String | getResultReason()Get Cause of the result | 
| void | setInstanceId(String InstanceId)Set ID of the instance | 
| void | setLifecycleActionResult(String LifecycleActionResult)Set Result of the lifecyle hook action. | 
| void | setLifecycleHookId(String LifecycleHookId)Set ID of the lifecycle hook | 
| void | setNotificationResult(String NotificationResult)Set Whether the notification is sent to CMQ successfully | 
| void | setResultReason(String ResultReason)Set Cause of the result | 
| 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 String getLifecycleHookId()
public void setLifecycleHookId(String LifecycleHookId)
LifecycleHookId - ID of the lifecycle hookpublic String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - ID of the instancepublic String getNotificationResult()
public void setNotificationResult(String NotificationResult)
NotificationResult - Whether the notification is sent to CMQ successfullypublic String getLifecycleActionResult()
public void setLifecycleActionResult(String LifecycleActionResult)
LifecycleActionResult - Result of the lifecyle hook action. Values: CONTINUE, ABANDONpublic String getResultReason()
public void setResultReason(String ResultReason)
ResultReason - Cause of the resultCopyright © 2021. All rights reserved.