7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
44 template <
typename TextT = Aws::String>
46 m_textHasBeenSet =
true;
47 m_text = std::forward<TextT>(value);
49 template <
typename TextT = Aws::String>
51 SetText(std::forward<TextT>(value));
57 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::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue