Class ConnectionSettingParameter

java.lang.Object
com.azure.resourcemanager.botservice.models.ConnectionSettingParameter

public final class ConnectionSettingParameter extends Object
Extra Parameter in a Connection Setting Properties to indicate service provider specific properties.
  • Constructor Details

    • ConnectionSettingParameter

      public ConnectionSettingParameter()
  • Method Details

    • key

      public String key()
      Get the key property: Key for the Connection Setting Parameter.
      Returns:
      the key value.
    • withKey

      public ConnectionSettingParameter withKey(String key)
      Set the key property: Key for the Connection Setting Parameter.
      Parameters:
      key - the key value to set.
      Returns:
      the ConnectionSettingParameter object itself.
    • value

      public String value()
      Get the value property: Value associated with the Connection Setting Parameter.
      Returns:
      the value value.
    • withValue

      public ConnectionSettingParameter withValue(String value)
      Set the value property: Value associated with the Connection Setting Parameter.
      Parameters:
      value - the value value to set.
      Returns:
      the ConnectionSettingParameter object itself.
    • validate

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