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