Class VMHostListResponse

java.lang.Object
com.azure.resourcemanager.elastic.models.VMHostListResponse

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

    • VMHostListResponse

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

    • value

      public List<VMResourcesInner> value()
      Get the value property: Results of a list operation.
      Returns:
      the value value.
    • withValue

      public VMHostListResponse withValue(List<VMResourcesInner> value)
      Set the value property: Results of a list operation.
      Parameters:
      value - the value value to set.
      Returns:
      the VMHostListResponse object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next Vm resource Id, if any.
      Returns:
      the nextLink value.
    • withNextLink

      public VMHostListResponse withNextLink(String nextLink)
      Set the nextLink property: Link to the next Vm resource Id, if any.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the VMHostListResponse object itself.
    • validate

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