java.lang.Object
com.azure.resourcemanager.automanage.models.ReportList

public final class ReportList extends Object
The response of the list report operation.
  • Constructor Details

    • ReportList

      public ReportList()
  • Method Details

    • value

      public List<ReportInner> value()
      Get the value property: Result of the list report operation.
      Returns:
      the value value.
    • withValue

      public ReportList withValue(List<ReportInner> value)
      Set the value property: Result of the list report operation.
      Parameters:
      value - the value value to set.
      Returns:
      the ReportList object itself.
    • validate

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