7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/connect/model/TagCondition.h>
48 template<
typename TagConditionsT = Aws::Vector<TagCondition>>
49 void SetTagConditions(TagConditionsT&& value) { m_tagConditionsHasBeenSet =
true; m_tagConditions = std::forward<TagConditionsT>(value); }
50 template<
typename TagConditionsT = Aws::Vector<TagCondition>>
52 template<
typename TagConditionsT = TagCondition>
58 bool m_tagConditionsHasBeenSet =
false;
AWS_CONNECT_API CommonAttributeAndCondition()=default
CommonAttributeAndCondition & WithTagConditions(TagConditionsT &&value)
const Aws::Vector< TagCondition > & GetTagConditions() const
AWS_CONNECT_API CommonAttributeAndCondition(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECT_API CommonAttributeAndCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
CommonAttributeAndCondition & AddTagConditions(TagConditionsT &&value)
void SetTagConditions(TagConditionsT &&value)
bool TagConditionsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue