7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
23namespace ForecastService
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
108 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
109 void SetConfiguration(ConfigurationT&& value) { m_configurationHasBeenSet =
true; m_configuration = std::forward<ConfigurationT>(value); }
110 template<
typename ConfigurationT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
112 template<
typename ConfigurationKeyT = Aws::String,
typename ConfigurationValueT = Aws::Vector<Aws::String>>
114 m_configurationHasBeenSet =
true; m_configuration.emplace(std::forward<ConfigurationKeyT>(key), std::forward<ConfigurationValueT>(value));
return *
this;
120 bool m_nameHasBeenSet =
false;
123 bool m_configurationHasBeenSet =
false;
AdditionalDataset & AddConfiguration(ConfigurationKeyT &&key, ConfigurationValueT &&value)
bool NameHasBeenSet() const
bool ConfigurationHasBeenSet() const
const Aws::String & GetName() const
AdditionalDataset & WithName(NameT &&value)
AWS_FORECASTSERVICE_API AdditionalDataset()=default
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetConfiguration() const
AdditionalDataset & WithConfiguration(ConfigurationT &&value)
void SetName(NameT &&value)
void SetConfiguration(ConfigurationT &&value)
AWS_FORECASTSERVICE_API AdditionalDataset(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API AdditionalDataset & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue