Class CommunityGalleryImageList

java.lang.Object
com.azure.resourcemanager.compute.models.CommunityGalleryImageList

public final class CommunityGalleryImageList extends Object
The List Community Gallery Images operation response.
  • Constructor Details

    • CommunityGalleryImageList

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

    • value

      Get the value property: A list of community gallery images.
      Returns:
      the value value.
    • withValue

      Set the value property: A list of community gallery images.
      Parameters:
      value - the value value to set.
      Returns:
      the CommunityGalleryImageList object itself.
    • nextLink

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

      public CommunityGalleryImageList withNextLink(String nextLink)
      Set the nextLink property: The URI to fetch the next page of community gallery images. Call ListNext() with this to fetch the next page of community gallery images.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CommunityGalleryImageList object itself.
    • validate

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