7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ValueListT = Aws::Vector<Aws::String>>
49 void SetValueList(ValueListT&& value) { m_valueListHasBeenSet =
true; m_valueList = std::forward<ValueListT>(value); }
50 template<
typename ValueListT = Aws::Vector<Aws::String>>
52 template<
typename ValueListT = Aws::String>
53 CollectiveConstant&
AddValueList(ValueListT&& value) { m_valueListHasBeenSet =
true; m_valueList.emplace_back(std::forward<ValueListT>(value));
return *
this; }
58 bool m_valueListHasBeenSet =
false;
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API CollectiveConstant(Aws::Utils::Json::JsonView jsonValue)
bool ValueListHasBeenSet() const
const Aws::Vector< Aws::String > & GetValueList() const
CollectiveConstant & AddValueList(ValueListT &&value)
AWS_QUICKSIGHT_API CollectiveConstant & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API CollectiveConstant()=default
void SetValueList(ValueListT &&value)
CollectiveConstant & WithValueList(ValueListT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue