Class SharedGalleryImageList

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

public final class SharedGalleryImageList extends Object
The List Shared Gallery Images operation response.
  • Constructor Details

    • SharedGalleryImageList

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

    • value

      public List<SharedGalleryImageInner> value()
      Get the value property: A list of shared gallery images.
      Returns:
      the value value.
    • withValue

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

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

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

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