Class ParameterValuesValue
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ParameterValuesValue
-
public final class ParameterValuesValue extends Object
The value of a parameter.
-
-
Constructor Summary
Constructors Constructor Description ParameterValuesValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.Objectvalue()Get the value property: The value of the parameter.ParameterValuesValuewithValue(Object value)Set the value property: The value of the parameter.
-
-
-
Method Detail
-
value
public Object value()
Get the value property: The value of the parameter.- Returns:
- the value value.
-
withValue
public ParameterValuesValue withValue(Object value)
Set the value property: The value of the parameter.- Parameters:
value- the value value to set.- Returns:
- the ParameterValuesValue object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-