7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/forecast/model/S3Config.h>
21namespace ForecastService
49 template<
typename S3ConfigT = S3Config>
50 void SetS3Config(S3ConfigT&& value) { m_s3ConfigHasBeenSet =
true; m_s3Config = std::forward<S3ConfigT>(value); }
51 template<
typename S3ConfigT = S3Config>
57 bool m_s3ConfigHasBeenSet =
false;
AWS_FORECASTSERVICE_API DataSource(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Config(S3ConfigT &&value)
AWS_FORECASTSERVICE_API DataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
DataSource & WithS3Config(S3ConfigT &&value)
bool S3ConfigHasBeenSet() const
const S3Config & GetS3Config() const
AWS_FORECASTSERVICE_API DataSource()=default
Aws::Utils::Json::JsonValue JsonValue