7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/connect/model/TargetListType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/connect/model/Condition.h>
73 bool m_targetListTypeHasBeenSet =
false;
76 bool m_conditionsHasBeenSet =
false;
bool TargetListTypeHasBeenSet() const
bool ConditionsHasBeenSet() const
AWS_CONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConditions(Aws::Vector< Condition > &&value)
const Aws::Vector< Condition > & GetConditions() const
void SetConditions(const Aws::Vector< Condition > &value)
ListCondition & WithConditions(Aws::Vector< Condition > &&value)
ListCondition & AddConditions(Condition &&value)
void SetTargetListType(TargetListType &&value)
const TargetListType & GetTargetListType() const
AWS_CONNECT_API ListCondition & operator=(Aws::Utils::Json::JsonView jsonValue)
ListCondition & WithConditions(const Aws::Vector< Condition > &value)
AWS_CONNECT_API ListCondition(Aws::Utils::Json::JsonView jsonValue)
ListCondition & WithTargetListType(const TargetListType &value)
ListCondition & AddConditions(const Condition &value)
AWS_CONNECT_API ListCondition()
ListCondition & WithTargetListType(TargetListType &&value)
void SetTargetListType(const TargetListType &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue