public class DeleteScheduledActionRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteScheduledActionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getScheduledActionId()Get ID of the scheduled task to be deleted. | 
| void | setScheduledActionId(String ScheduledActionId)Set ID of the scheduled task to be deleted. | 
| 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 getScheduledActionId()
public void setScheduledActionId(String ScheduledActionId)
ScheduledActionId - ID of the scheduled task to be deleted.Copyright © 2021. All rights reserved.