7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactFlowState.h>
9#include <aws/connect/model/ContactFlowStatus.h>
10#include <aws/connect/model/ContactFlowType.h>
11#include <aws/connect/model/StringCondition.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename OrConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
47 m_orConditionsHasBeenSet =
true;
48 m_orConditions = std::forward<OrConditionsT>(value);
50 template <
typename OrConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
55 template <
typename OrConditionsT = ContactFlowSearchCriteria>
57 m_orConditionsHasBeenSet =
true;
58 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
70 template <
typename AndConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
72 m_andConditionsHasBeenSet =
true;
73 m_andConditions = std::forward<AndConditionsT>(value);
75 template <
typename AndConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
80 template <
typename AndConditionsT = ContactFlowSearchCriteria>
82 m_andConditionsHasBeenSet =
true;
83 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
92 template <
typename StringConditionT = StringCondition>
94 m_stringConditionHasBeenSet =
true;
95 m_stringCondition = std::forward<StringConditionT>(value);
97 template <
typename StringConditionT = StringCondition>
111 m_typeConditionHasBeenSet =
true;
112 m_typeCondition = value;
127 m_stateConditionHasBeenSet =
true;
128 m_stateCondition = value;
143 m_statusConditionHasBeenSet =
true;
144 m_statusCondition = value;
163 bool m_orConditionsHasBeenSet =
false;
164 bool m_andConditionsHasBeenSet =
false;
165 bool m_stringConditionHasBeenSet =
false;
166 bool m_typeConditionHasBeenSet =
false;
167 bool m_stateConditionHasBeenSet =
false;
168 bool m_statusConditionHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue