7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
10#include <aws/connect/model/ContactFlowType.h>
11#include <aws/connect/model/ContactFlowState.h>
12#include <aws/connect/model/ContactFlowStatus.h>
51 template<
typename OrConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
52 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
53 template<
typename OrConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
55 template<
typename OrConditionsT = ContactFlowSearchCriteria>
66 template<
typename AndConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
67 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
68 template<
typename AndConditionsT = Aws::Vector<ContactFlowSearchCriteria>>
70 template<
typename AndConditionsT = ContactFlowSearchCriteria>
78 template<
typename StringConditionT = StringCondition>
79 void SetStringCondition(StringConditionT&& value) { m_stringConditionHasBeenSet =
true; m_stringCondition = std::forward<StringConditionT>(value); }
80 template<
typename StringConditionT = StringCondition>
116 bool m_orConditionsHasBeenSet =
false;
119 bool m_andConditionsHasBeenSet =
false;
122 bool m_stringConditionHasBeenSet =
false;
125 bool m_typeConditionHasBeenSet =
false;
128 bool m_stateConditionHasBeenSet =
false;
131 bool m_statusConditionHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue