Class CustomImageList

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.CustomImageList

public final class CustomImageList extends Object
The response of a list operation.
  • Constructor Details

    • CustomImageList

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

    • value

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

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

      public String nextLink()
      Get the nextLink property: Link for next set of results.
      Returns:
      the nextLink value.
    • withNextLink

      public CustomImageList withNextLink(String nextLink)
      Set the nextLink property: Link for next set of results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the CustomImageList object itself.
    • validate

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