Class ConnectionTypeAssociationProperty

java.lang.Object
com.azure.resourcemanager.automation.models.ConnectionTypeAssociationProperty

public final class ConnectionTypeAssociationProperty extends Object
The connection type property associated with the entity.
  • Constructor Details

    • ConnectionTypeAssociationProperty

      public ConnectionTypeAssociationProperty()
  • Method Details

    • name

      public String name()
      Get the name property: Gets or sets the name of the connection type.
      Returns:
      the name value.
    • withName

      public ConnectionTypeAssociationProperty withName(String name)
      Set the name property: Gets or sets the name of the connection type.
      Parameters:
      name - the name value to set.
      Returns:
      the ConnectionTypeAssociationProperty object itself.
    • validate

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