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 Action time, which follows the ISO8601 standard and uses UTC time.
|
Externals |
getExternals()
Get Extended data
Note: This field may return `null`, indicating that no valid values can be obtained.
|
String |
getTimerAction()
Get Timer action.
|
void |
setActionTime(String ActionTime)
Set Action time, which follows the ISO8601 standard and uses UTC time.
|
void |
setExternals(Externals Externals)
Set Extended data
Note: This field may return `null`, indicating that no valid values can be obtained.
|
void |
setTimerAction(String TimerAction)
Set Timer action.
|
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, toJsonString
public ActionTimer()
public ActionTimer(ActionTimer source)
public String getTimerAction()
public void setTimerAction(String TimerAction)
TimerAction
- Timer action. Valid value: `TerminateInstances`.
Note: This field may return `null`, indicating that no valid values can be obtained.public String getActionTime()
public void setActionTime(String ActionTime)
ActionTime
- Action time, which follows the ISO8601 standard and uses UTC time. It must be 5 minutes later than the current time. Format: YYYY-MM-DDThh:mm:ssZ. For example: 2018-05-29T11:26:40Z.
Note: This field may return `null`, indicating that no valid values can be obtained.public Externals getExternals()
public void setExternals(Externals Externals)
Externals
- Extended data
Note: This field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.