java.lang.Object
com.azure.resourcemanager.datamigration.models.QuotaName

public final class QuotaName extends Object
The name of the quota.
  • Constructor Details

    • QuotaName

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

    • localizedValue

      public String localizedValue()
      Get the localizedValue property: The localized name of the quota.
      Returns:
      the localizedValue value.
    • withLocalizedValue

      public QuotaName withLocalizedValue(String localizedValue)
      Set the localizedValue property: The localized name of the quota.
      Parameters:
      localizedValue - the localizedValue value to set.
      Returns:
      the QuotaName object itself.
    • value

      public String value()
      Get the value property: The unlocalized name (or ID) of the quota.
      Returns:
      the value value.
    • withValue

      public QuotaName withValue(String value)
      Set the value property: The unlocalized name (or ID) of the quota.
      Parameters:
      value - the value value to set.
      Returns:
      the QuotaName object itself.
    • validate

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