Class ManualTriggerRequestBody

java.lang.Object
com.azure.resourcemanager.securityinsights.models.ManualTriggerRequestBody

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

    • ManualTriggerRequestBody

      public ManualTriggerRequestBody()
  • Method Details

    • tenantId

      public UUID tenantId()
      Get the tenantId property: The tenantId property.
      Returns:
      the tenantId value.
    • withTenantId

      public ManualTriggerRequestBody withTenantId(UUID tenantId)
      Set the tenantId property: The tenantId property.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the ManualTriggerRequestBody object itself.
    • logicAppsResourceId

      public String logicAppsResourceId()
      Get the logicAppsResourceId property: The logicAppsResourceId property.
      Returns:
      the logicAppsResourceId value.
    • withLogicAppsResourceId

      public ManualTriggerRequestBody withLogicAppsResourceId(String logicAppsResourceId)
      Set the logicAppsResourceId property: The logicAppsResourceId property.
      Parameters:
      logicAppsResourceId - the logicAppsResourceId value to set.
      Returns:
      the ManualTriggerRequestBody object itself.
    • validate

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