7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace BedrockAgentRuntime {
44 template <
typename SignatureT = Aws::String>
46 m_signatureHasBeenSet =
true;
47 m_signature = std::forward<SignatureT>(value);
49 template <
typename SignatureT = Aws::String>
63 template <
typename TextT = Aws::String>
65 m_textHasBeenSet =
true;
66 m_text = std::forward<TextT>(value);
68 template <
typename TextT = Aws::String>
70 SetText(std::forward<TextT>(value));
78 bool m_signatureHasBeenSet =
false;
79 bool m_textHasBeenSet =
false;
void SetSignature(SignatureT &&value)
ReasoningTextBlock & WithText(TextT &&value)
AWS_BEDROCKAGENTRUNTIME_API ReasoningTextBlock(Aws::Utils::Json::JsonView jsonValue)
ReasoningTextBlock & WithSignature(SignatureT &&value)
AWS_BEDROCKAGENTRUNTIME_API ReasoningTextBlock()=default
bool TextHasBeenSet() const
bool SignatureHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetText(TextT &&value)
const Aws::String & GetText() const
AWS_BEDROCKAGENTRUNTIME_API ReasoningTextBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSignature() const
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