public class ModifyInvokerRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyInvokerRequest() | 
| ModifyInvokerRequest(ModifyInvokerRequest 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 | getCommandId()Get ID of the command to be modified. | 
| String[] | getInstanceIds()Get List of instance IDs to be modified. | 
| String | getInvokerId()Get ID of the invoker to be modified. | 
| String | getName()Get Name of the invoker to be modified. | 
| String | getParameters()Get Custom parameters to be modified. | 
| ScheduleSettings | getScheduleSettings()Get Scheduled invoker settings to be modified. | 
| String | getType()Get Invoker type. | 
| String | getUsername()Get The username to be modified. | 
| void | setCommandId(String CommandId)Set ID of the command to be modified. | 
| void | setInstanceIds(String[] InstanceIds)Set List of instance IDs to be modified. | 
| void | setInvokerId(String InvokerId)Set ID of the invoker to be modified. | 
| void | setName(String Name)Set Name of the invoker to be modified. | 
| void | setParameters(String Parameters)Set Custom parameters to be modified. | 
| void | setScheduleSettings(ScheduleSettings ScheduleSettings)Set Scheduled invoker settings to be modified. | 
| void | setType(String Type)Set Invoker type. | 
| void | setUsername(String Username)Set The username to be modified. | 
| 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 ModifyInvokerRequest()
public ModifyInvokerRequest(ModifyInvokerRequest source)
public String getInvokerId()
public void setInvokerId(String InvokerId)
InvokerId - ID of the invoker to be modified.public String getName()
public void setName(String Name)
Name - Name of the invoker to be modified.public String getType()
public void setType(String Type)
Type - Invoker type. It can only be `SCHEDULE` (recurring invokers).public String getCommandId()
public void setCommandId(String CommandId)
CommandId - ID of the command to be modified.public String getUsername()
public void setUsername(String Username)
Username - The username to be modified.public String getParameters()
public void setParameters(String Parameters)
Parameters - Custom parameters to be modified.public String[] getInstanceIds()
public void setInstanceIds(String[] InstanceIds)
InstanceIds - List of instance IDs to be modified. Up to 100 IDs are allowed.public ScheduleSettings getScheduleSettings()
public void setScheduleSettings(ScheduleSettings ScheduleSettings)
ScheduleSettings - Scheduled invoker settings to be modified.Copyright © 2022. All rights reserved.