public final class RunCommandInputParameter extends Object
Constructor and Description |
---|
RunCommandInputParameter() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name property: The run command parameter name.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: The run command parameter value.
|
RunCommandInputParameter |
withName(String name)
Set the name property: The run command parameter name.
|
RunCommandInputParameter |
withValue(String value)
Set the value property: The run command parameter value.
|
public String name()
public RunCommandInputParameter withName(String name)
name
- the name value to set.public String value()
public RunCommandInputParameter withValue(String value)
value
- the value value to set.public void validate()
IllegalArgumentException
- thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.