Class AmlOperationListResult


  • public final class AmlOperationListResult
    extends Object
    An array of operations supported by the resource provider.
    • Constructor Detail

      • AmlOperationListResult

        public AmlOperationListResult()
    • Method Detail

      • value

        public List<AmlOperationInner> value()
        Get the value property: List of AML workspace operations supported by the AML workspace resource provider.
        Returns:
        the value value.
      • withValue

        public AmlOperationListResult withValue​(List<AmlOperationInner> value)
        Set the value property: List of AML workspace operations supported by the AML workspace resource provider.
        Parameters:
        value - the value value to set.
        Returns:
        the AmlOperationListResult object itself.
      • validate

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