Class ExecuteActionRequest

    • Method Detail

      • targetResource

        public final TargetResource targetResource()

        The resource the action will be taken on.

        Returns:
        The resource the action will be taken on.
      • actionDefinitionId

        public final String actionDefinitionId()

        The ID of the action definition.

        Returns:
        The ID of the action definition.
      • actionPayload

        public final ActionPayload actionPayload()

        The JSON payload of the action.

        Returns:
        The JSON payload of the action.
      • clientToken

        public final String clientToken()

        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

        Returns:
        A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.
      • 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