7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/StringCondition.h>
49 template<
typename OrConditionsT = Aws::Vector<PromptSearchCriteria>>
50 void SetOrConditions(OrConditionsT&& value) { m_orConditionsHasBeenSet =
true; m_orConditions = std::forward<OrConditionsT>(value); }
51 template<
typename OrConditionsT = Aws::Vector<PromptSearchCriteria>>
53 template<
typename OrConditionsT = PromptSearchCriteria>
64 template<
typename AndConditionsT = Aws::Vector<PromptSearchCriteria>>
65 void SetAndConditions(AndConditionsT&& value) { m_andConditionsHasBeenSet =
true; m_andConditions = std::forward<AndConditionsT>(value); }
66 template<
typename AndConditionsT = Aws::Vector<PromptSearchCriteria>>
68 template<
typename AndConditionsT = PromptSearchCriteria>
81 template<
typename StringConditionT = StringCondition>
82 void SetStringCondition(StringConditionT&& value) { m_stringConditionHasBeenSet =
true; m_stringCondition = std::forward<StringConditionT>(value); }
83 template<
typename StringConditionT = StringCondition>
89 bool m_orConditionsHasBeenSet =
false;
92 bool m_andConditionsHasBeenSet =
false;
95 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