Class DeleteContentRequest

    • Method Detail

      • contentId

        public final String contentId()

        The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the content. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • knowledgeBaseId

        public final String knowledgeBaseId()

        The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.

        Returns:
        The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base if you're storing Amazon Q Content resource to it. Can be either the ID or the ARN. URLs cannot contain the ARN.
      • 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