7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/forecast/model/DataSource.h>
9#include <aws/forecast/model/Schema.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ForecastService
57 inline void SetSchema(
const Schema& value) { m_schemaHasBeenSet =
true; m_schema = value; }
58 inline void SetSchema(
Schema&& value) { m_schemaHasBeenSet =
true; m_schema = std::move(value); }
71 inline void SetFormat(
const char* value) { m_formatHasBeenSet =
true; m_format.assign(value); }
79 bool m_dataSourceHasBeenSet =
false;
82 bool m_schemaHasBeenSet =
false;
85 bool m_formatHasBeenSet =
false;
TimeSeriesIdentifiers & WithSchema(const Schema &value)
TimeSeriesIdentifiers & WithFormat(Aws::String &&value)
void SetDataSource(const DataSource &value)
TimeSeriesIdentifiers & WithFormat(const Aws::String &value)
bool FormatHasBeenSet() const
void SetFormat(const char *value)
const Schema & GetSchema() const
TimeSeriesIdentifiers & WithDataSource(const DataSource &value)
void SetSchema(const Schema &value)
void SetFormat(const Aws::String &value)
TimeSeriesIdentifiers & WithFormat(const char *value)
TimeSeriesIdentifiers & WithSchema(Schema &&value)
TimeSeriesIdentifiers & WithDataSource(DataSource &&value)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetDataSource(DataSource &&value)
AWS_FORECASTSERVICE_API TimeSeriesIdentifiers()
AWS_FORECASTSERVICE_API TimeSeriesIdentifiers & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API TimeSeriesIdentifiers(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetFormat() const
void SetFormat(Aws::String &&value)
bool SchemaHasBeenSet() const
void SetSchema(Schema &&value)
const DataSource & GetDataSource() const
bool DataSourceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue