7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/Array.h>
22namespace BedrockRuntime
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>
63 template<
typename RedactedContentT = Aws::Utils::ByteBuffer>
64 void SetRedactedContent(RedactedContentT&& value) { m_redactedContentHasBeenSet =
true; m_redactedContent = std::forward<RedactedContentT>(value); }
65 template<
typename RedactedContentT = Aws::Utils::ByteBuffer>
77 template<
typename SignatureT = Aws::String>
78 void SetSignature(SignatureT&& value) { m_signatureHasBeenSet =
true; m_signature = std::forward<SignatureT>(value); }
79 template<
typename SignatureT = Aws::String>
85 bool m_textHasBeenSet =
false;
88 bool m_redactedContentHasBeenSet =
false;
91 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::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue