Class DatadogMonitorResourceListResponse

java.lang.Object
com.azure.resourcemanager.datadog.models.DatadogMonitorResourceListResponse

public final class DatadogMonitorResourceListResponse extends Object
Response of a list operation.
  • Constructor Details

    • DatadogMonitorResourceListResponse

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

    • value

      Get the value property: Results of a list operation.
      Returns:
      the value value.
    • withValue

      Set the value property: Results of a list operation.
      Parameters:
      value - the value value to set.
      Returns:
      the DatadogMonitorResourceListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next set of results, if any.
      Returns:
      the nextLink value.
    • withNextLink

      public DatadogMonitorResourceListResponse withNextLink(String nextLink)
      Set the nextLink property: Link to the next set of results, if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the DatadogMonitorResourceListResponse object itself.
    • validate

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