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/SatisfiedCondition.h>
24namespace BedrockAgentRuntime
52 template<
typename NodeNameT = Aws::String>
53 void SetNodeName(NodeNameT&& value) { m_nodeNameHasBeenSet =
true; m_nodeName = std::forward<NodeNameT>(value); }
54 template<
typename NodeNameT = Aws::String>
64 template<
typename SatisfiedConditionsT = Aws::Vector<SatisfiedCondition>>
65 void SetSatisfiedConditions(SatisfiedConditionsT&& value) { m_satisfiedConditionsHasBeenSet =
true; m_satisfiedConditions = std::forward<SatisfiedConditionsT>(value); }
66 template<
typename SatisfiedConditionsT = Aws::Vector<SatisfiedCondition>>
68 template<
typename SatisfiedConditionsT = SatisfiedCondition>
78 template<
typename TimestampT = Aws::Utils::DateTime>
79 void SetTimestamp(TimestampT&& value) { m_timestampHasBeenSet =
true; m_timestamp = std::forward<TimestampT>(value); }
80 template<
typename TimestampT = Aws::Utils::DateTime>
86 bool m_nodeNameHasBeenSet =
false;
89 bool m_satisfiedConditionsHasBeenSet =
false;
92 bool m_timestampHasBeenSet =
false;
void SetSatisfiedConditions(SatisfiedConditionsT &&value)
ConditionResultEvent & WithSatisfiedConditions(SatisfiedConditionsT &&value)
AWS_BEDROCKAGENTRUNTIME_API ConditionResultEvent & operator=(Aws::Utils::Json::JsonView jsonValue)
ConditionResultEvent & WithTimestamp(TimestampT &&value)
void SetNodeName(NodeNameT &&value)
const Aws::Utils::DateTime & GetTimestamp() const
bool NodeNameHasBeenSet() const
const Aws::Vector< SatisfiedCondition > & GetSatisfiedConditions() const
bool SatisfiedConditionsHasBeenSet() const
void SetTimestamp(TimestampT &&value)
AWS_BEDROCKAGENTRUNTIME_API ConditionResultEvent(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetNodeName() const
bool TimestampHasBeenSet() const
ConditionResultEvent & AddSatisfiedConditions(SatisfiedConditionsT &&value)
AWS_BEDROCKAGENTRUNTIME_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_BEDROCKAGENTRUNTIME_API ConditionResultEvent()=default
ConditionResultEvent & WithNodeName(NodeNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue