7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/SimpleAttributeAggregationFunction.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
65 inline void SetValueForMultipleValues(
const char* value) { m_valueForMultipleValuesHasBeenSet =
true; m_valueForMultipleValues.assign(value); }
73 bool m_simpleAttributeAggregationHasBeenSet =
false;
76 bool m_valueForMultipleValuesHasBeenSet =
false;
void SetValueForMultipleValues(Aws::String &&value)
AWS_QUICKSIGHT_API AttributeAggregationFunction(Aws::Utils::Json::JsonView jsonValue)
void SetValueForMultipleValues(const Aws::String &value)
AttributeAggregationFunction & WithSimpleAttributeAggregation(const SimpleAttributeAggregationFunction &value)
AWS_QUICKSIGHT_API AttributeAggregationFunction()
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AttributeAggregationFunction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValueForMultipleValuesHasBeenSet() const
AttributeAggregationFunction & WithValueForMultipleValues(const Aws::String &value)
void SetSimpleAttributeAggregation(SimpleAttributeAggregationFunction &&value)
AttributeAggregationFunction & WithValueForMultipleValues(Aws::String &&value)
bool SimpleAttributeAggregationHasBeenSet() const
const Aws::String & GetValueForMultipleValues() const
void SetValueForMultipleValues(const char *value)
const SimpleAttributeAggregationFunction & GetSimpleAttributeAggregation() const
AttributeAggregationFunction & WithValueForMultipleValues(const char *value)
void SetSimpleAttributeAggregation(const SimpleAttributeAggregationFunction &value)
AttributeAggregationFunction & WithSimpleAttributeAggregation(SimpleAttributeAggregationFunction &&value)
SimpleAttributeAggregationFunction
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue