7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qconnect/model/TagCondition.h>
49 template<
typename AndConditionsT = Aws::Vector<TagCondition>>
51 template<
typename AndConditionsT = Aws::Vector<TagCondition>>
53 template<
typename AndConditionsT = TagCondition>
63 template<
typename TagConditionT = TagCondition>
65 template<
typename TagConditionT = TagCondition>
71 bool m_andConditionsHasBeenSet =
false;
74 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