7#include <aws/core/utils/DateTime.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename StartDateT = Aws::Utils::DateTime>
43 m_startDateHasBeenSet =
true;
44 m_startDate = std::forward<StartDateT>(value);
46 template <
typename StartDateT = Aws::Utils::DateTime>
59 template <
typename EndDateT = Aws::Utils::DateTime>
61 m_endDateHasBeenSet =
true;
62 m_endDate = std::forward<EndDateT>(value);
64 template <
typename EndDateT = Aws::Utils::DateTime>
75 inline double GetValue()
const {
return m_value; }
78 m_valueHasBeenSet =
true;
92 bool m_startDateHasBeenSet =
false;
93 bool m_endDateHasBeenSet =
false;
94 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