7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/SimpleAttributeAggregationFunction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
61 template<
typename ValueForMultipleValuesT = Aws::String>
62 void SetValueForMultipleValues(ValueForMultipleValuesT&& value) { m_valueForMultipleValuesHasBeenSet =
true; m_valueForMultipleValues = std::forward<ValueForMultipleValuesT>(value); }
63 template<
typename ValueForMultipleValuesT = Aws::String>
69 bool m_simpleAttributeAggregationHasBeenSet =
false;
72 bool m_valueForMultipleValuesHasBeenSet =
false;
AttributeAggregationFunction & WithSimpleAttributeAggregation(SimpleAttributeAggregationFunction value)
void SetValueForMultipleValues(ValueForMultipleValuesT &&value)
AWS_QUICKSIGHT_API AttributeAggregationFunction(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AttributeAggregationFunction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueForMultipleValuesHasBeenSet() const
AWS_QUICKSIGHT_API AttributeAggregationFunction()=default
SimpleAttributeAggregationFunction GetSimpleAttributeAggregation() const
bool SimpleAttributeAggregationHasBeenSet() const
const Aws::String & GetValueForMultipleValues() const
AttributeAggregationFunction & WithValueForMultipleValues(ValueForMultipleValuesT &&value)
void SetSimpleAttributeAggregation(SimpleAttributeAggregationFunction value)
SimpleAttributeAggregationFunction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue