AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ForecastConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TimeBasedForecastProperties.h>
9#include <aws/quicksight/model/ForecastScenario.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API ForecastConfiguration();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const TimeBasedForecastProperties& GetForecastProperties() const{ return m_forecastProperties; }
47 inline bool ForecastPropertiesHasBeenSet() const { return m_forecastPropertiesHasBeenSet; }
48 inline void SetForecastProperties(const TimeBasedForecastProperties& value) { m_forecastPropertiesHasBeenSet = true; m_forecastProperties = value; }
49 inline void SetForecastProperties(TimeBasedForecastProperties&& value) { m_forecastPropertiesHasBeenSet = true; m_forecastProperties = std::move(value); }
53
55
58 inline const ForecastScenario& GetScenario() const{ return m_scenario; }
59 inline bool ScenarioHasBeenSet() const { return m_scenarioHasBeenSet; }
60 inline void SetScenario(const ForecastScenario& value) { m_scenarioHasBeenSet = true; m_scenario = value; }
61 inline void SetScenario(ForecastScenario&& value) { m_scenarioHasBeenSet = true; m_scenario = std::move(value); }
62 inline ForecastConfiguration& WithScenario(const ForecastScenario& value) { SetScenario(value); return *this;}
63 inline ForecastConfiguration& WithScenario(ForecastScenario&& value) { SetScenario(std::move(value)); return *this;}
65 private:
66
67 TimeBasedForecastProperties m_forecastProperties;
68 bool m_forecastPropertiesHasBeenSet = false;
69
70 ForecastScenario m_scenario;
71 bool m_scenarioHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
void SetForecastProperties(const TimeBasedForecastProperties &value)
void SetForecastProperties(TimeBasedForecastProperties &&value)
AWS_QUICKSIGHT_API ForecastConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetScenario(const ForecastScenario &value)
AWS_QUICKSIGHT_API ForecastConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
ForecastConfiguration & WithForecastProperties(const TimeBasedForecastProperties &value)
ForecastConfiguration & WithForecastProperties(TimeBasedForecastProperties &&value)
ForecastConfiguration & WithScenario(ForecastScenario &&value)
ForecastConfiguration & WithScenario(const ForecastScenario &value)
const TimeBasedForecastProperties & GetForecastProperties() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue