7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
48 template<
typename NameT = Aws::String>
49 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
50 template<
typename NameT = Aws::String>
60 template<
typename ValuesT = Aws::Vector<Aws::String>>
61 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
62 template<
typename ValuesT = Aws::Vector<Aws::String>>
64 template<
typename ValuesT = Aws::String>
70 bool m_nameHasBeenSet =
false;
73 bool m_valuesHasBeenSet =
false;
bool NameHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
CategoricalHyperParameterRange & WithName(NameT &&value)
AWS_PERSONALIZE_API CategoricalHyperParameterRange(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
const Aws::String & GetName() const
AWS_PERSONALIZE_API CategoricalHyperParameterRange()=default
bool ValuesHasBeenSet() const
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetValues(ValuesT &&value)
AWS_PERSONALIZE_API CategoricalHyperParameterRange & operator=(Aws::Utils::Json::JsonView jsonValue)
CategoricalHyperParameterRange & WithValues(ValuesT &&value)
CategoricalHyperParameterRange & 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