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;
RetrieveAndGenerateOutput & WithText(TextT &&value)
AWS_BEDROCKAGENTRUNTIME_API RetrieveAndGenerateOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TextHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetText(TextT &&value)
const Aws::String & GetText() const
AWS_BEDROCKAGENTRUNTIME_API RetrieveAndGenerateOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API RetrieveAndGenerateOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue