Class TagRuleListResult

java.lang.Object
com.azure.resourcemanager.dynatrace.models.TagRuleListResult

public final class TagRuleListResult extends Object
The response of a TagRule list operation.
  • Constructor Details

    • TagRuleListResult

      public TagRuleListResult()
  • Method Details

    • value

      public List<TagRuleInner> value()
      Get the value property: The items on this page.
      Returns:
      the value value.
    • withValue

      public TagRuleListResult withValue(List<TagRuleInner> value)
      Set the value property: The items on this page.
      Parameters:
      value - the value value to set.
      Returns:
      the TagRuleListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link to the next page of items.
      Returns:
      the nextLink value.
    • withNextLink

      public TagRuleListResult withNextLink(String nextLink)
      Set the nextLink property: The link to the next page of items.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the TagRuleListResult object itself.
    • validate

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