java.lang.Object
com.azure.resourcemanager.sql.models.Name

public final class Name extends Object
ARM Usage Name.
  • Constructor Details

    • Name

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

    • value

      public String value()
      Get the value property: Usage name value.
      Returns:
      the value value.
    • withValue

      public Name withValue(String value)
      Set the value property: Usage name value.
      Parameters:
      value - the value value to set.
      Returns:
      the Name object itself.
    • localizedValue

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

      public Name withLocalizedValue(String localizedValue)
      Set the localizedValue property: Usage name localized value.
      Parameters:
      localizedValue - the localizedValue value to set.
      Returns:
      the Name object itself.
    • validate

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