7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
22namespace BedrockAgentRuntime
50 template<
typename NodeNameT = Aws::String>
51 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
52 template<
typename NodeNameT = Aws::String>
62 template<
typename OperationNameT = Aws::String>
63 void SetOperationName(OperationNameT&& value) { m_operationNameHasBeenSet =
true; m_operationName = std::forward<OperationNameT>(value); }
64 template<
typename OperationNameT = Aws::String>
74 template<
typename RequestIdT = Aws::String>
75 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
76 template<
typename RequestIdT = Aws::String>
86 template<
typename ServiceNameT = Aws::String>
87 void SetServiceName(ServiceNameT&& value) { m_serviceNameHasBeenSet =
true; m_serviceName = std::forward<ServiceNameT>(value); }
88 template<
typename ServiceNameT = Aws::String>
98 template<
typename TimestampT = Aws::Utils::DateTime>
99 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
100 template<
typename TimestampT = Aws::Utils::DateTime>
106 bool m_nodeNameHasBeenSet =
false;
109 bool m_operationNameHasBeenSet =
false;
112 bool m_requestIdHasBeenSet =
false;
115 bool m_serviceNameHasBeenSet =
false;
118 bool m_timestampHasBeenSet =
false;
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeActionEvent(Aws::Utils::Json::JsonView jsonValue)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceName(ServiceNameT &&value)
FlowTraceNodeActionEvent & WithTimestamp(TimestampT &&value)
const Aws::String & GetServiceName() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeActionEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ServiceNameHasBeenSet() const
void SetRequestId(RequestIdT &&value)
bool RequestIdHasBeenSet() const
FlowTraceNodeActionEvent & WithServiceName(ServiceNameT &&value)
const Aws::String & GetOperationName() const
void SetNodeName(NodeNameT &&value)
FlowTraceNodeActionEvent & WithRequestId(RequestIdT &&value)
bool OperationNameHasBeenSet() const
void SetTimestamp(TimestampT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceNodeActionEvent()=default
bool TimestampHasBeenSet() const
FlowTraceNodeActionEvent & WithOperationName(OperationNameT &&value)
bool NodeNameHasBeenSet() const
void SetOperationName(OperationNameT &&value)
const Aws::String & GetNodeName() const
FlowTraceNodeActionEvent & WithNodeName(NodeNameT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue