7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/qconnect/QConnect_EXPORTS.h>
9#include <aws/qconnect/model/TagCondition.h>
43 template <
typename AndConditionsT = Aws::Vector<TagCondition>>
45 m_andConditionsHasBeenSet =
true;
46 m_andConditions = std::forward<AndConditionsT>(value);
48 template <
typename AndConditionsT = Aws::Vector<TagCondition>>
53 template <
typename AndConditionsT = TagCondition>
55 m_andConditionsHasBeenSet =
true;
56 m_andConditions.emplace_back(std::forward<AndConditionsT>(value));
67 template <
typename TagConditionT = TagCondition>
69 m_tagConditionHasBeenSet =
true;
70 m_tagCondition = std::forward<TagConditionT>(value);
72 template <
typename TagConditionT = TagCondition>
82 bool m_andConditionsHasBeenSet =
false;
83 bool m_tagConditionHasBeenSet =
false;
AWS_QCONNECT_API OrCondition()=default
bool AndConditionsHasBeenSet() const
OrCondition & WithAndConditions(AndConditionsT &&value)
bool TagConditionHasBeenSet() const
const TagCondition & GetTagCondition() const
AWS_QCONNECT_API OrCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
OrCondition & WithTagCondition(TagConditionT &&value)
void SetTagCondition(TagConditionT &&value)
OrCondition & AddAndConditions(AndConditionsT &&value)
AWS_QCONNECT_API OrCondition(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TagCondition > & GetAndConditions() const
void SetAndConditions(AndConditionsT &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue