7#include <aws/bedrock-agent-runtime/BedrockAgentRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/bedrock-agent-runtime/model/FlowTraceCondition.h>
24namespace BedrockAgentRuntime
53 template<
typename NodeNameT = Aws::String>
54 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
55 template<
typename NodeNameT = Aws::String>
66 template<
typename SatisfiedConditionsT = Aws::Vector<FlowTraceCondition>>
67 void SetSatisfiedConditions(SatisfiedConditionsT&& value) { m_satisfiedConditionsHasBeenSet =
true; m_satisfiedConditions = std::forward<SatisfiedConditionsT>(value); }
68 template<
typename SatisfiedConditionsT = Aws::Vector<FlowTraceCondition>>
70 template<
typename SatisfiedConditionsT = FlowTraceCondition>
80 template<
typename TimestampT = Aws::Utils::DateTime>
81 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
82 template<
typename TimestampT = Aws::Utils::DateTime>
88 bool m_nodeNameHasBeenSet =
false;
91 bool m_satisfiedConditionsHasBeenSet =
false;
94 bool m_timestampHasBeenSet =
false;
void SetSatisfiedConditions(SatisfiedConditionsT &&value)
AWS_BEDROCKAGENTRUNTIME_API FlowTraceConditionNodeResultEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
FlowTraceConditionNodeResultEvent & AddSatisfiedConditions(SatisfiedConditionsT &&value)
void SetTimestamp(TimestampT &&value)
bool SatisfiedConditionsHasBeenSet() const
bool TimestampHasBeenSet() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceConditionNodeResultEvent()=default
FlowTraceConditionNodeResultEvent & WithTimestamp(TimestampT &&value)
const Aws::Vector< FlowTraceCondition > & GetSatisfiedConditions() const
const Aws::String & GetNodeName() const
void SetNodeName(NodeNameT &&value)
FlowTraceConditionNodeResultEvent & WithNodeName(NodeNameT &&value)
bool NodeNameHasBeenSet() const
const Aws::Utils::DateTime & GetTimestamp() const
AWS_BEDROCKAGENTRUNTIME_API FlowTraceConditionNodeResultEvent(Aws::Utils::Json::JsonView jsonValue)
FlowTraceConditionNodeResultEvent & WithSatisfiedConditions(SatisfiedConditionsT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue