7#include <aws/forecast/ForecastService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
22namespace ForecastService
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename ValuesT = Aws::Vector<Aws::String>>
62 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
63 template<
typename ValuesT = Aws::Vector<Aws::String>>
65 template<
typename ValuesT = Aws::String>
71 bool m_nameHasBeenSet =
false;
74 bool m_valuesHasBeenSet =
false;
CategoricalParameterRange & WithName(NameT &&value)
AWS_FORECASTSERVICE_API CategoricalParameterRange(Aws::Utils::Json::JsonView jsonValue)
AWS_FORECASTSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
CategoricalParameterRange & WithValues(ValuesT &&value)
bool NameHasBeenSet() const
void SetValues(ValuesT &&value)
AWS_FORECASTSERVICE_API CategoricalParameterRange & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
AWS_FORECASTSERVICE_API CategoricalParameterRange()=default
const Aws::Vector< Aws::String > & GetValues() const
bool ValuesHasBeenSet() const
CategoricalParameterRange & AddValues(ValuesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue