7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
50 template<
typename TextT = Aws::String>
51 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
52 template<
typename TextT = Aws::String>
58 bool m_textHasBeenSet =
false;
const Aws::String & GetText() const
bool TextHasBeenSet() const
void SetText(TextT &&value)
AWS_BEDROCKAGENTRUNTIME_API KnowledgeBaseQuery()=default
AWS_BEDROCKAGENTRUNTIME_API KnowledgeBaseQuery & operator=(Aws::Utils::Json::JsonView jsonValue)
KnowledgeBaseQuery & WithText(TextT &&value)
AWS_BEDROCKAGENTRUNTIME_API KnowledgeBaseQuery(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue