AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TimeSeriesForecastingSettings.h
1
6#pragma once
7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FeatureStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.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 SageMaker
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_SAGEMAKER_API TimeSeriesForecastingSettings() = default;
39 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline FeatureStatus GetStatus() const { return m_status; }
48 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
49 inline void SetStatus(FeatureStatus value) { m_statusHasBeenSet = true; m_status = value; }
50 inline TimeSeriesForecastingSettings& WithStatus(FeatureStatus value) { SetStatus(value); return *this;}
52
54
66 inline const Aws::String& GetAmazonForecastRoleArn() const { return m_amazonForecastRoleArn; }
67 inline bool AmazonForecastRoleArnHasBeenSet() const { return m_amazonForecastRoleArnHasBeenSet; }
68 template<typename AmazonForecastRoleArnT = Aws::String>
69 void SetAmazonForecastRoleArn(AmazonForecastRoleArnT&& value) { m_amazonForecastRoleArnHasBeenSet = true; m_amazonForecastRoleArn = std::forward<AmazonForecastRoleArnT>(value); }
70 template<typename AmazonForecastRoleArnT = Aws::String>
71 TimeSeriesForecastingSettings& WithAmazonForecastRoleArn(AmazonForecastRoleArnT&& value) { SetAmazonForecastRoleArn(std::forward<AmazonForecastRoleArnT>(value)); return *this;}
73 private:
74
76 bool m_statusHasBeenSet = false;
77
78 Aws::String m_amazonForecastRoleArn;
79 bool m_amazonForecastRoleArnHasBeenSet = false;
80 };
81
82} // namespace Model
83} // namespace SageMaker
84} // namespace Aws
TimeSeriesForecastingSettings & WithAmazonForecastRoleArn(AmazonForecastRoleArnT &&value)
AWS_SAGEMAKER_API TimeSeriesForecastingSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API TimeSeriesForecastingSettings()=default
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API TimeSeriesForecastingSettings(Aws::Utils::Json::JsonView jsonValue)
TimeSeriesForecastingSettings & WithStatus(FeatureStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue