Class ActivityParameterSet

java.lang.Object
com.azure.resourcemanager.automation.models.ActivityParameterSet

public final class ActivityParameterSet extends Object
Definition of the activity parameter set.
  • Constructor Details

    • ActivityParameterSet

      public ActivityParameterSet()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets the name of the activity parameter set.
      Returns:
      the name value.
    • withName

      public ActivityParameterSet withName(String name)
      Set the name property: Gets or sets the name of the activity parameter set.
      Parameters:
      name - the name value to set.
      Returns:
      the ActivityParameterSet object itself.
    • parameters

      public List<ActivityParameter> parameters()
      Get the parameters property: Gets or sets the parameters of the activity parameter set.
      Returns:
      the parameters value.
    • withParameters

      public ActivityParameterSet withParameters(List<ActivityParameter> parameters)
      Set the parameters property: Gets or sets the parameters of the activity parameter set.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the ActivityParameterSet object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.