7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/MeasureField.h>
50 inline void SetComputationId(
const char* value) { m_computationIdHasBeenSet =
true; m_computationId.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
84 bool m_computationIdHasBeenSet =
false;
87 bool m_nameHasBeenSet =
false;
90 bool m_valueHasBeenSet =
false;
bool ComputationIdHasBeenSet() const
void SetName(const char *value)
TotalAggregationComputation & WithName(const char *value)
TotalAggregationComputation & WithValue(MeasureField &&value)
AWS_QUICKSIGHT_API TotalAggregationComputation(Aws::Utils::Json::JsonView jsonValue)
TotalAggregationComputation & WithComputationId(Aws::String &&value)
TotalAggregationComputation & WithComputationId(const Aws::String &value)
void SetComputationId(Aws::String &&value)
bool NameHasBeenSet() const
void SetName(const Aws::String &value)
AWS_QUICKSIGHT_API TotalAggregationComputation & operator=(Aws::Utils::Json::JsonView jsonValue)
TotalAggregationComputation & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
void SetValue(MeasureField &&value)
void SetValue(const MeasureField &value)
const Aws::String & GetComputationId() const
const Aws::String & GetName() const
const MeasureField & GetValue() const
void SetComputationId(const Aws::String &value)
void SetComputationId(const char *value)
AWS_QUICKSIGHT_API TotalAggregationComputation()
bool ValueHasBeenSet() const
TotalAggregationComputation & WithValue(const MeasureField &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TotalAggregationComputation & WithName(Aws::String &&value)
TotalAggregationComputation & WithComputationId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue