Class ActivityParameterValidationSet
java.lang.Object
com.azure.resourcemanager.automation.models.ActivityParameterValidationSet
Definition of the activity parameter validation set.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the memberValue property: Gets or sets the name of the activity parameter validation set member.void
validate()
Validates the instance.withMemberValue
(String memberValue) Set the memberValue property: Gets or sets the name of the activity parameter validation set member.
-
Constructor Details
-
ActivityParameterValidationSet
public ActivityParameterValidationSet()
-
-
Method Details
-
memberValue
Get the memberValue property: Gets or sets the name of the activity parameter validation set member.- Returns:
- the memberValue value.
-
withMemberValue
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.
-