Class ResourceSetDescription

java.lang.Object
com.azure.resourcemanager.customerinsights.models.ResourceSetDescription

public final class ResourceSetDescription extends Object
The resource set description.
  • Constructor Details

    • ResourceSetDescription

      public ResourceSetDescription()
      Creates an instance of ResourceSetDescription class.
  • Method Details

    • elements

      public List<String> elements()
      Get the elements property: The elements included in the set.
      Returns:
      the elements value.
    • withElements

      public ResourceSetDescription withElements(List<String> elements)
      Set the elements property: The elements included in the set.
      Parameters:
      elements - the elements value to set.
      Returns:
      the ResourceSetDescription object itself.
    • exceptions

      public List<String> exceptions()
      Get the exceptions property: The elements that are not included in the set, in case elements contains '*' indicating 'all'.
      Returns:
      the exceptions value.
    • withExceptions

      public ResourceSetDescription withExceptions(List<String> exceptions)
      Set the exceptions property: The elements that are not included in the set, in case elements contains '*' indicating 'all'.
      Parameters:
      exceptions - the exceptions value to set.
      Returns:
      the ResourceSetDescription object itself.
    • validate

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