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>
50 inline void SetComputationId(
const char* value) { m_computationIdHasBeenSet =
true; m_computationId.assign(value); }
64 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
100 inline void SetPeriodSize(
int value) { m_periodSizeHasBeenSet =
true; m_periodSize = value; }
106 bool m_computationIdHasBeenSet =
false;
109 bool m_nameHasBeenSet =
false;
112 bool m_timeHasBeenSet =
false;
115 bool m_valueHasBeenSet =
false;
118 bool m_periodSizeHasBeenSet =
false;
void SetValue(MeasureField &&value)
AWS_QUICKSIGHT_API GrowthRateComputation(Aws::Utils::Json::JsonView jsonValue)
GrowthRateComputation & WithValue(const MeasureField &value)
GrowthRateComputation & WithName(const char *value)
void SetComputationId(Aws::String &&value)
GrowthRateComputation & WithComputationId(const char *value)
GrowthRateComputation & WithTime(DimensionField &&value)
bool NameHasBeenSet() const
bool ValueHasBeenSet() const
bool PeriodSizeHasBeenSet() const
void SetTime(const DimensionField &value)
const DimensionField & GetTime() const
AWS_QUICKSIGHT_API GrowthRateComputation()
bool ComputationIdHasBeenSet() const
GrowthRateComputation & WithPeriodSize(int value)
GrowthRateComputation & WithComputationId(Aws::String &&value)
const MeasureField & GetValue() const
void SetPeriodSize(int value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTime(DimensionField &&value)
void SetValue(const MeasureField &value)
const Aws::String & GetName() const
void SetComputationId(const Aws::String &value)
void SetName(Aws::String &&value)
const Aws::String & GetComputationId() const
GrowthRateComputation & WithTime(const DimensionField &value)
AWS_QUICKSIGHT_API GrowthRateComputation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetComputationId(const char *value)
GrowthRateComputation & WithName(Aws::String &&value)
GrowthRateComputation & WithComputationId(const Aws::String &value)
void SetName(const char *value)
bool TimeHasBeenSet() const
int GetPeriodSize() const
GrowthRateComputation & WithValue(MeasureField &&value)
GrowthRateComputation & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue