7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace BedrockAgentRuntime
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>
56 bool m_textHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestrationTraceEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestrationTraceEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetText() const
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestrationTraceEvent()=default
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool TextHasBeenSet() const
void SetText(TextT &&value)
CustomOrchestrationTraceEvent & WithText(TextT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue