Class SavingsPlanSummary

java.lang.Object
com.azure.resourcemanager.billingbenefits.models.SavingsPlanSummary

public final class SavingsPlanSummary extends Object
Savings plans list summary.
  • Constructor Details

    • SavingsPlanSummary

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

    • name

      public String name()
      Get the name property: This property has value 'summary'.
      Returns:
      the name value.
    • value

      public SavingsPlanSummaryCount value()
      Get the value property: The roll up count summary of savings plans in each state.
      Returns:
      the value value.
    • withValue

      public SavingsPlanSummary withValue(SavingsPlanSummaryCount value)
      Set the value property: The roll up count summary of savings plans in each state.
      Parameters:
      value - the value value to set.
      Returns:
      the SavingsPlanSummary object itself.
    • validate

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