AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
TimeSeriesForecastingSettings.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/sagemaker/SageMaker_EXPORTS.h>
9#include <aws/sagemaker/model/FeatureStatus.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace SageMaker {
21namespace Model {
22
30 public:
31 AWS_SAGEMAKER_API TimeSeriesForecastingSettings() = default;
34 AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline FeatureStatus GetStatus() const { return m_status; }
42 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
43 inline void SetStatus(FeatureStatus value) {
44 m_statusHasBeenSet = true;
45 m_status = value;
46 }
48 SetStatus(value);
49 return *this;
50 }
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) {
70 m_amazonForecastRoleArnHasBeenSet = true;
71 m_amazonForecastRoleArn = std::forward<AmazonForecastRoleArnT>(value);
72 }
73 template <typename AmazonForecastRoleArnT = Aws::String>
75 SetAmazonForecastRoleArn(std::forward<AmazonForecastRoleArnT>(value));
76 return *this;
77 }
79 private:
81
82 Aws::String m_amazonForecastRoleArn;
83 bool m_statusHasBeenSet = false;
84 bool m_amazonForecastRoleArnHasBeenSet = false;
85};
86
87} // namespace Model
88} // namespace SageMaker
89} // 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