Class DeleteAgentActionGroupRequest

    • Method Detail

      • actionGroupId

        public final String actionGroupId()

        The unique identifier of the action group to delete.

        Returns:
        The unique identifier of the action group to delete.
      • agentId

        public final String agentId()

        The unique identifier of the agent that the action group belongs to.

        Returns:
        The unique identifier of the agent that the action group belongs to.
      • agentVersion

        public final String agentVersion()

        The version of the agent that the action group belongs to.

        Returns:
        The version of the agent that the action group belongs to.
      • skipResourceInUseCheck

        public final Boolean skipResourceInUseCheck()

        By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.

        Returns:
        By default, this value is false and deletion is stopped if the resource is in use. If you set it to true, the resource will be deleted even if the resource is in use.
      • 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