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

public final class Name extends Object
Name of Iot Hub type.
  • Constructor Details

    • Name

      public Name()
  • Method Details

    • value

      public String value()
      Get the value property: IotHub type.
      Returns:
      the value value.
    • withValue

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

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

      public Name withLocalizedValue(String localizedValue)
      Set the localizedValue property: Localized value of name.
      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.