7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/DimensionField.h>
10#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 TimeT = DimensionField>
73 void SetTime(TimeT&& value) { m_timeHasBeenSet =
true; m_time = std::forward<TimeT>(value); }
74 template<
typename TimeT = DimensionField>
84 template<
typename ValueT = MeasureField>
85 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
86 template<
typename ValueT = MeasureField>
96 inline void SetPeriodSize(
int value) { m_periodSizeHasBeenSet =
true; m_periodSize = value; }
102 bool m_computationIdHasBeenSet =
false;
105 bool m_nameHasBeenSet =
false;
108 bool m_timeHasBeenSet =
false;
111 bool m_valueHasBeenSet =
false;
114 bool m_periodSizeHasBeenSet =
false;
AWS_QUICKSIGHT_API GrowthRateComputation(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
bool ValueHasBeenSet() const
bool PeriodSizeHasBeenSet() const
const DimensionField & GetTime() const
GrowthRateComputation & WithComputationId(ComputationIdT &&value)
bool ComputationIdHasBeenSet() const
GrowthRateComputation & WithPeriodSize(int value)
const MeasureField & GetValue() const
void SetPeriodSize(int value)
void SetTime(TimeT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
GrowthRateComputation & WithValue(ValueT &&value)
const Aws::String & GetName() const
const Aws::String & GetComputationId() const
GrowthRateComputation & WithTime(TimeT &&value)
AWS_QUICKSIGHT_API GrowthRateComputation()=default
AWS_QUICKSIGHT_API GrowthRateComputation & operator=(Aws::Utils::Json::JsonView jsonValue)
GrowthRateComputation & WithName(NameT &&value)
bool TimeHasBeenSet() const
void SetName(NameT &&value)
void SetComputationId(ComputationIdT &&value)
int GetPeriodSize() const
void SetValue(ValueT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue