AWS SDK for C++

AWS SDK for C++ Version 1.11.752

Loading...
Searching...
No Matches
WhatIfPointScenario.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight {
20namespace Model {
21
29 public:
30 AWS_QUICKSIGHT_API WhatIfPointScenario() = default;
31 AWS_QUICKSIGHT_API WhatIfPointScenario(Aws::Utils::Json::JsonView jsonValue);
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::Utils::DateTime& GetDate() const { return m_date; }
40 inline bool DateHasBeenSet() const { return m_dateHasBeenSet; }
41 template <typename DateT = Aws::Utils::DateTime>
42 void SetDate(DateT&& value) {
43 m_dateHasBeenSet = true;
44 m_date = std::forward<DateT>(value);
45 }
46 template <typename DateT = Aws::Utils::DateTime>
47 WhatIfPointScenario& WithDate(DateT&& value) {
48 SetDate(std::forward<DateT>(value));
49 return *this;
50 }
52
54
57 inline double GetValue() const { return m_value; }
58 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
59 inline void SetValue(double value) {
60 m_valueHasBeenSet = true;
61 m_value = value;
62 }
63 inline WhatIfPointScenario& WithValue(double value) {
64 SetValue(value);
65 return *this;
66 }
68 private:
69 Aws::Utils::DateTime m_date{};
70
71 double m_value{0.0};
72 bool m_dateHasBeenSet = false;
73 bool m_valueHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
WhatIfPointScenario & WithDate(DateT &&value)
AWS_QUICKSIGHT_API WhatIfPointScenario()=default
WhatIfPointScenario & WithValue(double value)
const Aws::Utils::DateTime & GetDate() const
AWS_QUICKSIGHT_API WhatIfPointScenario(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API WhatIfPointScenario & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue