7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/FeatureStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
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>
76 bool m_statusHasBeenSet =
false;
79 bool m_amazonForecastRoleArnHasBeenSet =
false;
void SetAmazonForecastRoleArn(AmazonForecastRoleArnT &&value)
TimeSeriesForecastingSettings & WithAmazonForecastRoleArn(AmazonForecastRoleArnT &&value)
AWS_SAGEMAKER_API TimeSeriesForecastingSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(FeatureStatus value)
bool StatusHasBeenSet() const
AWS_SAGEMAKER_API TimeSeriesForecastingSettings()=default
FeatureStatus GetStatus() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SAGEMAKER_API TimeSeriesForecastingSettings(Aws::Utils::Json::JsonView jsonValue)
TimeSeriesForecastingSettings & WithStatus(FeatureStatus value)
const Aws::String & GetAmazonForecastRoleArn() const
bool AmazonForecastRoleArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue