Class JobInputs
java.lang.Object
com.azure.resourcemanager.mediaservices.models.JobInput
com.azure.resourcemanager.mediaservices.models.JobInputs
Describes a list of inputs to a Job.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JobInputs
public JobInputs()Creates an instance of JobInputs class.
-
-
Method Details
-
inputs
Get the inputs property: List of inputs to a Job.- Returns:
- the inputs value.
-
withInputs
Set the inputs property: List of inputs to a Job.- Parameters:
inputs
- the inputs value to set.- Returns:
- the JobInputs object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classJobInput
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-