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