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>
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 TimeT = DimensionField>
80 m_timeHasBeenSet =
true;
81 m_time = std::forward<TimeT>(value);
83 template <
typename TimeT = DimensionField>
85 SetTime(std::forward<TimeT>(value));
96 template <
typename ValueT = MeasureField>
98 m_valueHasBeenSet =
true;
99 m_value = std::forward<ValueT>(value);
101 template <
typename ValueT = MeasureField>
103 SetValue(std::forward<ValueT>(value));
115 m_periodSizeHasBeenSet =
true;
116 m_periodSize = value;
133 bool m_computationIdHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
135 bool m_timeHasBeenSet =
false;
136 bool m_valueHasBeenSet =
false;
137 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