Class DatadogInstallMethod

java.lang.Object
com.azure.resourcemanager.datadog.models.DatadogInstallMethod

public final class DatadogInstallMethod extends Object
The DatadogInstallMethod model.
  • Constructor Details

    • DatadogInstallMethod

      public DatadogInstallMethod()
      Creates an instance of DatadogInstallMethod class.
  • Method Details

    • tool

      public String tool()
      Get the tool property: The tool.
      Returns:
      the tool value.
    • withTool

      public DatadogInstallMethod withTool(String tool)
      Set the tool property: The tool.
      Parameters:
      tool - the tool value to set.
      Returns:
      the DatadogInstallMethod object itself.
    • toolVersion

      public String toolVersion()
      Get the toolVersion property: The tool version.
      Returns:
      the toolVersion value.
    • withToolVersion

      public DatadogInstallMethod withToolVersion(String toolVersion)
      Set the toolVersion property: The tool version.
      Parameters:
      toolVersion - the toolVersion value to set.
      Returns:
      the DatadogInstallMethod object itself.
    • installerVersion

      public String installerVersion()
      Get the installerVersion property: The installer version.
      Returns:
      the installerVersion value.
    • withInstallerVersion

      public DatadogInstallMethod withInstallerVersion(String installerVersion)
      Set the installerVersion property: The installer version.
      Parameters:
      installerVersion - the installerVersion value to set.
      Returns:
      the DatadogInstallMethod object itself.
    • validate

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