public class RunCommandInput extends Object
Constructor and Description |
---|
RunCommandInput() |
Modifier and Type | Method and Description |
---|---|
String |
commandId()
Get the run command id.
|
List<RunCommandInputParameter> |
parameters()
Get the run command parameters.
|
List<String> |
script()
Get optional.
|
RunCommandInput |
withCommandId(String commandId)
Set the run command id.
|
RunCommandInput |
withParameters(List<RunCommandInputParameter> parameters)
Set the run command parameters.
|
RunCommandInput |
withScript(List<String> script)
Set optional.
|
public String commandId()
public RunCommandInput withCommandId(String commandId)
commandId
- the commandId value to setpublic List<String> script()
public RunCommandInput withScript(List<String> script)
script
- the script value to setpublic List<RunCommandInputParameter> parameters()
public RunCommandInput withParameters(List<RunCommandInputParameter> parameters)
parameters
- the parameters value to setCopyright © 2019. All rights reserved.