7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/StringCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename OrConditionsT = Aws::Vector<PromptSearchCriteria>>
45 m_orConditionsHasBeenSet =
true;
46 m_orConditions = std::forward<OrConditionsT>(value);
48 template <
typename OrConditionsT = Aws::Vector<PromptSearchCriteria>>
53 template <
typename OrConditionsT = PromptSearchCriteria>
55 m_orConditionsHasBeenSet =
true;
56 m_orConditions.emplace_back(std::forward<OrConditionsT>(value));
68 template <
typename AndConditionsT = Aws::Vector<PromptSearchCriteria>>
70 m_andConditionsHasBeenSet =
true;
71 m_andConditions = std::forward<AndConditionsT>(value);
73 template <
typename AndConditionsT = Aws::Vector<PromptSearchCriteria>>
78 template <
typename AndConditionsT = PromptSearchCriteria>
80 m_andConditionsHasBeenSet =
true;
81 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
95 template <
typename StringConditionT = StringCondition>
97 m_stringConditionHasBeenSet =
true;
98 m_stringCondition = std::forward<StringConditionT>(value);
100 template <
typename StringConditionT = StringCondition>
112 bool m_orConditionsHasBeenSet =
false;
113 bool m_andConditionsHasBeenSet =
false;
114 bool m_stringConditionHasBeenSet =
false;
const Aws::Vector< PromptSearchCriteria > & GetAndConditions() const
PromptSearchCriteria & AddOrConditions(OrConditionsT &&value)
AWS_CONNECT_API PromptSearchCriteria()=default
void SetAndConditions(AndConditionsT &&value)
const Aws::Vector< PromptSearchCriteria > & GetOrConditions() const
void SetStringCondition(StringConditionT &&value)
AWS_CONNECT_API PromptSearchCriteria(Aws::Utils::Json::JsonView jsonValue)
const StringCondition & GetStringCondition() const
bool OrConditionsHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
PromptSearchCriteria & WithOrConditions(OrConditionsT &&value)
bool StringConditionHasBeenSet() const
bool AndConditionsHasBeenSet() const
PromptSearchCriteria & WithStringCondition(StringConditionT &&value)
void SetOrConditions(OrConditionsT &&value)
AWS_CONNECT_API PromptSearchCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
PromptSearchCriteria & WithAndConditions(AndConditionsT &&value)
PromptSearchCriteria & AddAndConditions(AndConditionsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue