7#include <aws/bedrock-runtime/BedrockRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/bedrock-runtime/model/GuardrailConverseContentBlock.h>
10#include <aws/bedrock-runtime/model/CachePointBlock.h>
23namespace BedrockRuntime
48 template<
typename TextT = Aws::String>
49 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
50 template<
typename TextT = Aws::String>
65 template<
typename GuardContentT = GuardrailConverseContentBlock>
66 void SetGuardContent(GuardContentT&& value) { m_guardContentHasBeenSet =
true; m_guardContent = std::forward<GuardContentT>(value); }
67 template<
typename GuardContentT = GuardrailConverseContentBlock>
77 template<
typename CachePo
intT = CachePo
intBlock>
78 void SetCachePoint(CachePointT&& value) { m_cachePointHasBeenSet =
true; m_cachePoint = std::forward<CachePointT>(value); }
79 template<
typename CachePo
intT = CachePo
intBlock>
85 bool m_textHasBeenSet =
false;
88 bool m_guardContentHasBeenSet =
false;
91 bool m_cachePointHasBeenSet =
false;
AWS_BEDROCKRUNTIME_API SystemContentBlock & operator=(Aws::Utils::Json::JsonView jsonValue)
SystemContentBlock & WithGuardContent(GuardContentT &&value)
bool CachePointHasBeenSet() const
void SetGuardContent(GuardContentT &&value)
const GuardrailConverseContentBlock & GetGuardContent() const
bool GuardContentHasBeenSet() const
void SetCachePoint(CachePointT &&value)
void SetText(TextT &&value)
SystemContentBlock & WithText(TextT &&value)
const Aws::String & GetText() const
AWS_BEDROCKRUNTIME_API SystemContentBlock(Aws::Utils::Json::JsonView jsonValue)
bool TextHasBeenSet() const
AWS_BEDROCKRUNTIME_API SystemContentBlock()=default
AWS_BEDROCKRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
SystemContentBlock & WithCachePoint(CachePointT &&value)
const CachePointBlock & GetCachePoint() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue