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>
44 template <
typename ComputationIdT = Aws::String>
46 m_computationIdHasBeenSet =
true;
47 m_computationId = std::forward<ComputationIdT>(value);
49 template <
typename ComputationIdT = Aws::String>
62 template <
typename NameT = Aws::String>
64 m_nameHasBeenSet =
true;
65 m_name = std::forward<NameT>(value);
67 template <
typename NameT = Aws::String>
69 SetName(std::forward<NameT>(value));
80 template <
typename CategoryT = DimensionField>
82 m_categoryHasBeenSet =
true;
83 m_category = std::forward<CategoryT>(value);
85 template <
typename CategoryT = DimensionField>
98 template <
typename ValueT = MeasureField>
100 m_valueHasBeenSet =
true;
101 m_value = std::forward<ValueT>(value);
103 template <
typename ValueT = MeasureField>
105 SetValue(std::forward<ValueT>(value));
117 m_resultSizeHasBeenSet =
true;
118 m_resultSize = value;
135 m_typeHasBeenSet =
true;
155 bool m_computationIdHasBeenSet =
false;
156 bool m_nameHasBeenSet =
false;
157 bool m_categoryHasBeenSet =
false;
158 bool m_valueHasBeenSet =
false;
159 bool m_resultSizeHasBeenSet =
false;
160 bool m_typeHasBeenSet =
false;
void SetName(NameT &&value)
void SetType(TopBottomComputationType value)
void SetCategory(CategoryT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResultSizeHasBeenSet() const
int GetResultSize() const
TopBottomRankedComputation & WithComputationId(ComputationIdT &&value)
TopBottomRankedComputation & WithValue(ValueT &&value)
bool NameHasBeenSet() const
AWS_QUICKSIGHT_API TopBottomRankedComputation & operator=(Aws::Utils::Json::JsonView jsonValue)
TopBottomRankedComputation & WithName(NameT &&value)
TopBottomRankedComputation & WithType(TopBottomComputationType value)
void SetResultSize(int value)
const MeasureField & GetValue() const
const Aws::String & GetComputationId() const
const Aws::String & GetName() const
bool CategoryHasBeenSet() const
bool ComputationIdHasBeenSet() const
void SetValue(ValueT &&value)
void SetComputationId(ComputationIdT &&value)
const DimensionField & GetCategory() const
TopBottomRankedComputation & WithCategory(CategoryT &&value)
AWS_QUICKSIGHT_API TopBottomRankedComputation()=default
TopBottomRankedComputation & WithResultSize(int value)
bool TypeHasBeenSet() const
AWS_QUICKSIGHT_API TopBottomRankedComputation(Aws::Utils::Json::JsonView jsonValue)
TopBottomComputationType GetType() const
bool ValueHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue