7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactFlowTypeCondition.h>
9#include <aws/connect/model/TagCondition.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename TagConditionsT = Aws::Vector<TagCondition>>
45 m_tagConditionsHasBeenSet =
true;
46 m_tagConditions = std::forward<TagConditionsT>(value);
48 template <
typename TagConditionsT = Aws::Vector<TagCondition>>
53 template <
typename TagConditionsT = TagCondition>
55 m_tagConditionsHasBeenSet =
true;
56 m_tagConditions.emplace_back(std::forward<TagConditionsT>(value));
67 template <
typename ContactFlowTypeConditionT = ContactFlowTypeCondition>
69 m_contactFlowTypeConditionHasBeenSet =
true;
70 m_contactFlowTypeCondition = std::forward<ContactFlowTypeConditionT>(value);
72 template <
typename ContactFlowTypeConditionT = ContactFlowTypeCondition>
82 bool m_tagConditionsHasBeenSet =
false;
83 bool m_contactFlowTypeConditionHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue