Class GuestAgentList

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.GuestAgentList

public final class GuestAgentList extends Object
List of GuestAgent.
  • Constructor Details

    • GuestAgentList

      public GuestAgentList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: Url to follow for getting next page of GuestAgent.
      Returns:
      the nextLink value.
    • withNextLink

      public GuestAgentList withNextLink(String nextLink)
      Set the nextLink property: Url to follow for getting next page of GuestAgent.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the GuestAgentList object itself.
    • value

      public List<GuestAgentInner> value()
      Get the value property: Array of GuestAgent.
      Returns:
      the value value.
    • withValue

      public GuestAgentList withValue(List<GuestAgentInner> value)
      Set the value property: Array of GuestAgent.
      Parameters:
      value - the value value to set.
      Returns:
      the GuestAgentList object itself.
    • validate

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