7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/MeasureField.h>
42 template <
typename ComputationIdT = Aws::String>
44 m_computationIdHasBeenSet =
true;
45 m_computationId = std::forward<ComputationIdT>(value);
47 template <
typename ComputationIdT = Aws::String>
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename ValueT = MeasureField>
80 m_valueHasBeenSet =
true;
81 m_value = std::forward<ValueT>(value);
83 template <
typename ValueT = MeasureField>
85 SetValue(std::forward<ValueT>(value));
95 bool m_computationIdHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
97 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