java.lang.Object
com.azure.resourcemanager.mediaservices.models.JobInput
com.azure.resourcemanager.mediaservices.models.JobInputs

public final class JobInputs extends JobInput
Describes a list of inputs to a Job.
  • Constructor Details

    • JobInputs

      public JobInputs()
      Creates an instance of JobInputs class.
  • Method Details

    • inputs

      public List<JobInput> inputs()
      Get the inputs property: List of inputs to a Job.
      Returns:
      the inputs value.
    • withInputs

      public JobInputs withInputs(List<JobInput> inputs)
      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 class JobInput
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.