Class ActivityParameterValidationSet

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

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

    • ActivityParameterValidationSet

      public ActivityParameterValidationSet()
  • Method Details

    • memberValue

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

      public ActivityParameterValidationSet withMemberValue(String memberValue)
      Set the memberValue property: Gets or sets the name of the activity parameter validation set member.
      Parameters:
      memberValue - the memberValue value to set.
      Returns:
      the ActivityParameterValidationSet object itself.
    • validate

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