7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
47 template<
typename StartDateT = Aws::Utils::DateTime>
48 void SetStartDate(StartDateT&& value) { m_startDateHasBeenSet =
true; m_startDate = std::forward<StartDateT>(value); }
49 template<
typename StartDateT = Aws::Utils::DateTime>
59 template<
typename EndDateT = Aws::Utils::DateTime>
60 void SetEndDate(EndDateT&& value) { m_endDateHasBeenSet =
true; m_endDate = std::forward<EndDateT>(value); }
61 template<
typename EndDateT = Aws::Utils::DateTime>
69 inline double GetValue()
const {
return m_value; }
71 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
77 bool m_startDateHasBeenSet =
false;
80 bool m_endDateHasBeenSet =
false;
83 bool m_valueHasBeenSet =
false;
WhatIfRangeScenario & WithStartDate(StartDateT &&value)
AWS_QUICKSIGHT_API WhatIfRangeScenario & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EndDateHasBeenSet() const
WhatIfRangeScenario & WithEndDate(EndDateT &&value)
void SetStartDate(StartDateT &&value)
bool StartDateHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
WhatIfRangeScenario & WithValue(double value)
bool ValueHasBeenSet() const
const Aws::Utils::DateTime & GetEndDate() const
const Aws::Utils::DateTime & GetStartDate() const
void SetEndDate(EndDateT &&value)
AWS_QUICKSIGHT_API WhatIfRangeScenario()=default
AWS_QUICKSIGHT_API WhatIfRangeScenario(Aws::Utils::Json::JsonView jsonValue)
void SetValue(double value)
Aws::Utils::Json::JsonValue JsonValue