7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactEvaluationAttributeCondition.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 AttributeConditionsT = Aws::Vector<ContactEvaluationAttributeCondition>>
69 m_attributeConditionsHasBeenSet =
true;
70 m_attributeConditions = std::forward<AttributeConditionsT>(value);
72 template <
typename AttributeConditionsT = Aws::Vector<ContactEvaluationAttributeCondition>>
77 template <
typename AttributeConditionsT = ContactEvaluationAttributeCondition>
79 m_attributeConditionsHasBeenSet =
true;
80 m_attributeConditions.emplace_back(std::forward<AttributeConditionsT>(value));
88 bool m_tagConditionsHasBeenSet =
false;
89 bool m_attributeConditionsHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue