Class OperationInputs

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

public final class OperationInputs extends Object
Input values.
  • Constructor Details

    • OperationInputs

      public OperationInputs()
  • Method Details

    • name

      public String name()
      Get the name property: The name of the IoT hub to check.
      Returns:
      the name value.
    • withName

      public OperationInputs withName(String name)
      Set the name property: The name of the IoT hub to check.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationInputs object itself.
    • validate

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