Class ResourceRecommendationBaseListResult

java.lang.Object
com.azure.resourcemanager.advisor.models.ResourceRecommendationBaseListResult

public final class ResourceRecommendationBaseListResult extends Object
The list of Advisor recommendations.
  • Constructor Details

    • ResourceRecommendationBaseListResult

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

    • nextLink

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

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

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

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

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