7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace ForecastService
65 template<
typename NameT = Aws::String>
66 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
67 template<
typename NameT = Aws::String>
108 template<
typename ValueT = Aws::String>
109 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
110 template<
typename ValueT = Aws::String>
116 bool m_nameHasBeenSet =
false;
119 bool m_valueHasBeenSet =
false;
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FORECASTSERVICE_API SupplementaryFeature(Aws::Utils::Json::JsonView jsonValue)
SupplementaryFeature & WithValue(ValueT &&value)
AWS_FORECASTSERVICE_API SupplementaryFeature()=default
void SetValue(ValueT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetValue() const
SupplementaryFeature & WithName(NameT &&value)
void SetName(NameT &&value)
bool ValueHasBeenSet() const
AWS_FORECASTSERVICE_API SupplementaryFeature & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue