Class StopRequest

java.lang.Object
com.azure.resourcemanager.workloads.models.StopRequest

public final class StopRequest extends Object
Stop SAP Request.
  • Constructor Details

    • StopRequest

      public StopRequest()
  • Method Details

    • hardStop

      public Boolean hardStop()
      Get the hardStop property: A boolean to specify if the SAP system should be hard-stopped.
      Returns:
      the hardStop value.
    • withHardStop

      public StopRequest withHardStop(Boolean hardStop)
      Set the hardStop property: A boolean to specify if the SAP system should be hard-stopped.
      Parameters:
      hardStop - the hardStop value to set.
      Returns:
      the StopRequest object itself.
    • validate

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