7#include <aws/connectcases/ConnectCases_EXPORTS.h>
8#include <aws/connectcases/model/BooleanCondition.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
20namespace ConnectCases {
44 m_defaultValueHasBeenSet =
true;
45 m_defaultValue = value;
59 template <
typename ConditionsT = Aws::Vector<BooleanCondition>>
61 m_conditionsHasBeenSet =
true;
62 m_conditions = std::forward<ConditionsT>(value);
64 template <
typename ConditionsT = Aws::Vector<BooleanCondition>>
69 template <
typename ConditionsT = BooleanCondition>
71 m_conditionsHasBeenSet =
true;
72 m_conditions.emplace_back(std::forward<ConditionsT>(value));
77 bool m_defaultValue{
false};
80 bool m_defaultValueHasBeenSet =
false;
81 bool m_conditionsHasBeenSet =
false;
bool ConditionsHasBeenSet() const
bool GetDefaultValue() const
AWS_CONNECTCASES_API HiddenCaseRule(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCASES_API HiddenCaseRule()=default
void SetConditions(ConditionsT &&value)
AWS_CONNECTCASES_API Aws::Utils::Json::JsonValue Jsonize() const
HiddenCaseRule & WithConditions(ConditionsT &&value)
bool DefaultValueHasBeenSet() const
const Aws::Vector< BooleanCondition > & GetConditions() const
AWS_CONNECTCASES_API HiddenCaseRule & operator=(Aws::Utils::Json::JsonView jsonValue)
HiddenCaseRule & AddConditions(ConditionsT &&value)
HiddenCaseRule & WithDefaultValue(bool value)
void SetDefaultValue(bool value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue