Class StopApplicationRequest

    • Method Detail

      • applicationId

        public final String applicationId()

        The unique identifier of the application you want to stop.

        Returns:
        The unique identifier of the application you want to stop.
      • forceStop

        public final Boolean forceStop()

        Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.

        Returns:
        Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object