public class ActionTimer extends AbstractModel
| Constructor and Description | 
|---|
| ActionTimer() | 
| ActionTimer(ActionTimer 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 | getActionTime()Get Execution time, which must be at least 5 minutes later than the current time. | 
| Externals | getExternals()Get Additional data | 
| String | getTimerAction()Get Timer name. | 
| void | setActionTime(String ActionTime)Set Execution time, which must be at least 5 minutes later than the current time. | 
| void | setExternals(Externals Externals)Set Additional data | 
| void | setTimerAction(String TimerAction)Set Timer name. | 
| 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 ActionTimer()
public ActionTimer(ActionTimer source)
public Externals getExternals()
public void setExternals(Externals Externals)
Externals - Additional datapublic String getTimerAction()
public void setTimerAction(String TimerAction)
TimerAction - Timer name. Currently `TerminateInstances` is the only supported value.public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime - Execution time, which must be at least 5 minutes later than the current time. For example, 2018-5-29 11:26:40.Copyright © 2022. All rights reserved.