Class MonitoredResourceListResponse

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

public final class MonitoredResourceListResponse extends Object
List of all the resources being monitored by Dynatrace monitor resource.
  • Constructor Details

    • MonitoredResourceListResponse

      public MonitoredResourceListResponse()
  • Method Details

    • value

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

      Set the value property: The items on this page.
      Parameters:
      value - the value value to set.
      Returns:
      the MonitoredResourceListResponse object itself.
    • nextLink

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

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

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