7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/bedrock-agent-runtime/model/CustomOrchestrationTraceEvent.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace BedrockAgentRuntime
48 template<
typename EventT = CustomOrchestrationTraceEvent>
49 void SetEvent(EventT&& value) { m_eventHasBeenSet =
true; m_event = std::forward<EventT>(value); }
50 template<
typename EventT = CustomOrchestrationTraceEvent>
60 template<
typename TraceIdT = Aws::String>
61 void SetTraceId(TraceIdT&& value) { m_traceIdHasBeenSet =
true; m_traceId = std::forward<TraceIdT>(value); }
62 template<
typename TraceIdT = Aws::String>
68 bool m_eventHasBeenSet =
false;
71 bool m_traceIdHasBeenSet =
false;
CustomOrchestrationTrace & WithEvent(EventT &&value)
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestrationTrace()=default
const CustomOrchestrationTraceEvent & GetEvent() const
const Aws::String & GetTraceId() const
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
bool EventHasBeenSet() const
void SetEvent(EventT &&value)
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestrationTrace & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API CustomOrchestrationTrace(Aws::Utils::Json::JsonView jsonValue)
CustomOrchestrationTrace & WithTraceId(TraceIdT &&value)
void SetTraceId(TraceIdT &&value)
bool TraceIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue