Class ChangeResourceListResult

java.lang.Object
com.azure.resourcemanager.resources.models.ChangeResourceListResult

public final class ChangeResourceListResult extends Object
The list of resources.
  • Constructor Details

    • ChangeResourceListResult

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

    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of Change Resources.
      Returns:
      the nextLink value.
    • withNextLink

      public ChangeResourceListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of Change Resources.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ChangeResourceListResult object itself.
    • value

      Get the value property: The list of resources.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of resources.
      Parameters:
      value - the value value to set.
      Returns:
      the ChangeResourceListResult object itself.
    • validate

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