Class ListApplyUpdate

java.lang.Object
com.azure.resourcemanager.maintenance.models.ListApplyUpdate

public final class ListApplyUpdate extends Object
Response for ApplyUpdate list.
  • Constructor Details

    • ListApplyUpdate

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

    • value

      public List<ApplyUpdateInner> value()
      Get the value property: The list of apply updates.
      Returns:
      the value value.
    • withValue

      public ListApplyUpdate withValue(List<ApplyUpdateInner> value)
      Set the value property: The list of apply updates.
      Parameters:
      value - the value value to set.
      Returns:
      the ListApplyUpdate object itself.
    • validate

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