7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
50 template<
typename SignatureT = Aws::String>
51 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
52 template<
typename SignatureT = Aws::String>
63 template<
typename TextT = Aws::String>
64 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
65 template<
typename TextT = Aws::String>
71 bool m_signatureHasBeenSet =
false;
74 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue