Class DedicatedHostGroupListResult


  • public final class DedicatedHostGroupListResult
    extends Object
    The List Dedicated Host Group with resource group response.
    • Constructor Detail

      • DedicatedHostGroupListResult

        public DedicatedHostGroupListResult()
    • Method Detail

      • value

        public List<DedicatedHostGroupInner> value()
        Get the value property: The list of dedicated host groups.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups.
        Returns:
        the nextLink value.
      • withNextLink

        public DedicatedHostGroupListResult withNextLink​(String nextLink)
        Set the nextLink property: The URI to fetch the next page of Dedicated Host Groups. Call ListNext() with this URI to fetch the next page of Dedicated Host Groups.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the DedicatedHostGroupListResult object itself.
      • validate

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