7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
11#include <aws/quicksight/model/TopBottomComputationType.h>
12#include <aws/quicksight/model/TopBottomSortOrder.h>
45 template <
typename ComputationIdT = Aws::String>
47 m_computationIdHasBeenSet =
true;
48 m_computationId = std::forward<ComputationIdT>(value);
50 template <
typename ComputationIdT = Aws::String>
63 template <
typename NameT = Aws::String>
65 m_nameHasBeenSet =
true;
66 m_name = std::forward<NameT>(value);
68 template <
typename NameT = Aws::String>
70 SetName(std::forward<NameT>(value));
81 template <
typename TimeT = DimensionField>
83 m_timeHasBeenSet =
true;
84 m_time = std::forward<TimeT>(value);
86 template <
typename TimeT = DimensionField>
88 SetTime(std::forward<TimeT>(value));
99 template <
typename CategoryT = DimensionField>
101 m_categoryHasBeenSet =
true;
102 m_category = std::forward<CategoryT>(value);
104 template <
typename CategoryT = DimensionField>
117 template <
typename ValueT = MeasureField>
119 m_valueHasBeenSet =
true;
120 m_value = std::forward<ValueT>(value);
122 template <
typename ValueT = MeasureField>
124 SetValue(std::forward<ValueT>(value));
136 m_moverSizeHasBeenSet =
true;
152 m_sortOrderHasBeenSet =
true;
170 m_typeHasBeenSet =
true;
194 bool m_computationIdHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
196 bool m_timeHasBeenSet =
false;
197 bool m_categoryHasBeenSet =
false;
198 bool m_valueHasBeenSet =
false;
199 bool m_moverSizeHasBeenSet =
false;
200 bool m_sortOrderHasBeenSet =
false;
201 bool m_typeHasBeenSet =
false;
const Aws::String & GetName() const
bool TypeHasBeenSet() const
void SetMoverSize(int value)
TopBottomMoversComputation & WithSortOrder(TopBottomSortOrder value)
bool TimeHasBeenSet() const
const Aws::String & GetComputationId() const
TopBottomMoversComputation & WithComputationId(ComputationIdT &&value)
TopBottomSortOrder GetSortOrder() const
void SetCategory(CategoryT &&value)
void SetName(NameT &&value)
void SetTime(TimeT &&value)
TopBottomMoversComputation & WithTime(TimeT &&value)
bool ValueHasBeenSet() const
bool ComputationIdHasBeenSet() const
const DimensionField & GetTime() const
TopBottomMoversComputation & WithType(TopBottomComputationType value)
TopBottomComputationType GetType() const
TopBottomMoversComputation & WithCategory(CategoryT &&value)
void SetValue(ValueT &&value)
AWS_QUICKSIGHT_API TopBottomMoversComputation()=default
bool NameHasBeenSet() const
TopBottomMoversComputation & WithMoverSize(int value)
void SetSortOrder(TopBottomSortOrder value)
TopBottomMoversComputation & WithName(NameT &&value)
const MeasureField & GetValue() const
bool CategoryHasBeenSet() const
const DimensionField & GetCategory() const
void SetComputationId(ComputationIdT &&value)
AWS_QUICKSIGHT_API TopBottomMoversComputation(Aws::Utils::Json::JsonView jsonValue)
void SetType(TopBottomComputationType value)
bool SortOrderHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TopBottomMoversComputation & WithValue(ValueT &&value)
bool MoverSizeHasBeenSet() const
AWS_QUICKSIGHT_API TopBottomMoversComputation & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue