7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/SimpleAttributeAggregationFunction.h>
44 m_simpleAttributeAggregationHasBeenSet =
true;
45 m_simpleAttributeAggregation = value;
61 template <
typename ValueForMultipleValuesT = Aws::String>
63 m_valueForMultipleValuesHasBeenSet =
true;
64 m_valueForMultipleValues = std::forward<ValueForMultipleValuesT>(value);
66 template <
typename ValueForMultipleValuesT = Aws::String>
76 bool m_simpleAttributeAggregationHasBeenSet =
false;
77 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