7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/qconnect/model/TagCondition.h>
71 bool m_andConditionsHasBeenSet =
false;
74 bool m_tagConditionHasBeenSet =
false;
OrCondition & AddAndConditions(const TagCondition &value)
OrCondition & WithTagCondition(const TagCondition &value)
OrCondition & WithAndConditions(Aws::Vector< TagCondition > &&value)
bool AndConditionsHasBeenSet() const
bool TagConditionHasBeenSet() const
const TagCondition & GetTagCondition() const
void SetAndConditions(const Aws::Vector< TagCondition > &value)
void SetTagCondition(TagCondition &&value)
AWS_QCONNECT_API OrCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAndConditions(Aws::Vector< TagCondition > &&value)
AWS_QCONNECT_API OrCondition()
AWS_QCONNECT_API OrCondition(Aws::Utils::Json::JsonView jsonValue)
void SetTagCondition(const TagCondition &value)
const Aws::Vector< TagCondition > & GetAndConditions() const
OrCondition & AddAndConditions(TagCondition &&value)
OrCondition & WithAndConditions(const Aws::Vector< TagCondition > &value)
OrCondition & WithTagCondition(TagCondition &&value)
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue