7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/Array.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
20namespace BedrockRuntime {
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));
63 template <
typename RedactedContentT = Aws::Utils::ByteBuffer>
65 m_redactedContentHasBeenSet =
true;
66 m_redactedContent = std::forward<RedactedContentT>(value);
68 template <
typename RedactedContentT = Aws::Utils::ByteBuffer>
83 template <
typename SignatureT = Aws::String>
85 m_signatureHasBeenSet =
true;
86 m_signature = std::forward<SignatureT>(value);
88 template <
typename SignatureT = Aws::String>
100 bool m_textHasBeenSet =
false;
101 bool m_redactedContentHasBeenSet =
false;
102 bool m_signatureHasBeenSet =
false;
ReasoningContentBlockDelta & WithText(TextT &&value)
const Aws::String & GetText() const
ReasoningContentBlockDelta & WithRedactedContent(RedactedContentT &&value)
const Aws::Utils::ByteBuffer & GetRedactedContent() const
void SetText(TextT &&value)
const Aws::String & GetSignature() const
bool TextHasBeenSet() const
ReasoningContentBlockDelta & WithSignature(SignatureT &&value)
AWS_BEDROCKRUNTIME_API ReasoningContentBlockDelta()=default
void SetSignature(SignatureT &&value)
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool RedactedContentHasBeenSet() const
AWS_BEDROCKRUNTIME_API ReasoningContentBlockDelta(Aws::Utils::Json::JsonView jsonValue)
bool SignatureHasBeenSet() const
AWS_BEDROCKRUNTIME_API ReasoningContentBlockDelta & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRedactedContent(RedactedContentT &&value)
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