Class SolutionPropertiesListInner

java.lang.Object
com.azure.resourcemanager.operationsmanagement.fluent.models.SolutionPropertiesListInner

public final class SolutionPropertiesListInner extends Object
the list of solution response.
  • Constructor Details

    • SolutionPropertiesListInner

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

    • value

      public List<SolutionInner> value()
      Get the value property: List of solution properties within the subscription.
      Returns:
      the value value.
    • withValue

      public SolutionPropertiesListInner withValue(List<SolutionInner> value)
      Set the value property: List of solution properties within the subscription.
      Parameters:
      value - the value value to set.
      Returns:
      the SolutionPropertiesListInner object itself.
    • validate

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