Class DataMaskingRuleListResult


  • public final class DataMaskingRuleListResult
    extends Object
    The response to a list data masking rules request.
    • Constructor Detail

      • DataMaskingRuleListResult

        public DataMaskingRuleListResult()
    • Method Detail

      • value

        public List<DataMaskingRuleInner> value()
        Get the value property: The list of Sql pool data masking rules.
        Returns:
        the value value.
      • withValue

        public DataMaskingRuleListResult withValue​(List<DataMaskingRuleInner> value)
        Set the value property: The list of Sql pool data masking rules.
        Parameters:
        value - the value value to set.
        Returns:
        the DataMaskingRuleListResult object itself.
      • validate

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