public class ModifyInvocationAttributeResponseBody
extends com.aliyun.tea.TeaModel
构造器和说明 |
---|
ModifyInvocationAttributeResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static ModifyInvocationAttributeResponseBody |
build(Map<String,?> map) |
String |
getCommandId() |
String |
getRequestId() |
ModifyInvocationAttributeResponseBody |
setCommandId(String commandId) |
ModifyInvocationAttributeResponseBody |
setRequestId(String requestId) |
@NameInMap(value="CommandId") public String commandId
The command ID.
CommandId
value of the new command is returned only when CommandContent
is changed.CommandId
value of the command that is running is returned if CommandContent
is not changed.KeepCommand
to true
when you called the InvokeCommand or RunCommand operation, a new command is added and retained. Otherwise, commands related to the task are deleted after all executions of the task are complete or the task is manually stopped.c-hz01272yr52****
@NameInMap(value="RequestId") public String requestId
The request ID.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE3****
public static ModifyInvocationAttributeResponseBody build(Map<String,?> map) throws Exception
Exception
public ModifyInvocationAttributeResponseBody setCommandId(String commandId)
public String getCommandId()
public ModifyInvocationAttributeResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.