7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/MeasureField.h>
48 template<
typename ComputationIdT = Aws::String>
49 void SetComputationId(ComputationIdT&& value) { m_computationIdHasBeenSet =
true; m_computationId = std::forward<ComputationIdT>(value); }
50 template<
typename ComputationIdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename ValueT = MeasureField>
73 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
74 template<
typename ValueT = MeasureField>
80 bool m_computationIdHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
86 bool m_valueHasBeenSet =
false;
void SetComputationId(ComputationIdT &&value)
bool ComputationIdHasBeenSet() const
void SetValue(ValueT &&value)
AWS_QUICKSIGHT_API TotalAggregationComputation(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
TotalAggregationComputation & WithName(NameT &&value)
TotalAggregationComputation & WithValue(ValueT &&value)
AWS_QUICKSIGHT_API TotalAggregationComputation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
TotalAggregationComputation & WithComputationId(ComputationIdT &&value)
AWS_QUICKSIGHT_API TotalAggregationComputation()=default
const Aws::String & GetComputationId() const
const Aws::String & GetName() const
const MeasureField & GetValue() const
bool ValueHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue