7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/ContactFlowModuleState.h>
9#include <aws/connect/model/ContactFlowModuleStatus.h>
10#include <aws/connect/model/StringCondition.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename OrConditionsT = Aws::Vector<ContactFlowModuleSearchCriteria>>
47 m_orConditionsHasBeenSet =
true;
48 m_orConditions = std::forward<OrConditionsT>(value);
50 template <
typename OrConditionsT = Aws::Vector<ContactFlowModuleSearchCriteria>>
55 template <
typename OrConditionsT = ContactFlowModuleSearchCriteria>
57 m_orConditionsHasBeenSet =
true;
58 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
70 template <
typename AndConditionsT = Aws::Vector<ContactFlowModuleSearchCriteria>>
72 m_andConditionsHasBeenSet =
true;
73 m_andConditions = std::forward<AndConditionsT>(value);
75 template <
typename AndConditionsT = Aws::Vector<ContactFlowModuleSearchCriteria>>
80 template <
typename AndConditionsT = ContactFlowModuleSearchCriteria>
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_stateConditionHasBeenSet =
true;
112 m_stateCondition = value;
127 m_statusConditionHasBeenSet =
true;
128 m_statusCondition = value;
145 bool m_orConditionsHasBeenSet =
false;
146 bool m_andConditionsHasBeenSet =
false;
147 bool m_stringConditionHasBeenSet =
false;
148 bool m_stateConditionHasBeenSet =
false;
149 bool m_statusConditionHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue