Class VMHostsListResponse

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

public final class VMHostsListResponse extends Object
Response of a list VM Host Operation.
  • Constructor Details

    • VMHostsListResponse

      public VMHostsListResponse()
  • Method Details

    • value

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

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

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

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

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