OperationInputs Class

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

public final class OperationInputs

Input values.

Constructor Summary

Constructor Description
OperationInputs()

Creates an instance of OperationInputs class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name of the IoT hub to check.

void validate()

Validates the instance.

OperationInputs withName(String name)

Set the name property: The name of the IoT hub to check.

Methods inherited from java.lang.Object

Constructor Details

OperationInputs

public OperationInputs()

Creates an instance of OperationInputs class.

Method Details

name

public String name()

Get the name property: The name of the IoT hub to check.

Returns:

the name value.

validate

public void validate()

Validates the instance.

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.

Applies to