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>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename ValuesT = Aws::Vector<Aws::String>>
63 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
64 template<
typename ValuesT = Aws::Vector<Aws::String>>
66 template<
typename ValuesT = Aws::String>
76 inline void SetIsTunable(
bool value) { m_isTunableHasBeenSet =
true; m_isTunable = value; }
82 bool m_nameHasBeenSet =
false;
85 bool m_valuesHasBeenSet =
false;
87 bool m_isTunable{
false};
88 bool m_isTunableHasBeenSet =
false;
const Aws::String & GetName() const
bool IsTunableHasBeenSet() const
const Aws::Vector< Aws::String > & GetValues() const
DefaultCategoricalHyperParameterRange & WithIsTunable(bool value)
DefaultCategoricalHyperParameterRange & WithValues(ValuesT &&value)
void SetIsTunable(bool value)
AWS_PERSONALIZE_API DefaultCategoricalHyperParameterRange & operator=(Aws::Utils::Json::JsonView jsonValue)
DefaultCategoricalHyperParameterRange & AddValues(ValuesT &&value)
bool ValuesHasBeenSet() const
bool GetIsTunable() const
AWS_PERSONALIZE_API DefaultCategoricalHyperParameterRange(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
DefaultCategoricalHyperParameterRange & WithName(NameT &&value)
void SetValues(ValuesT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
AWS_PERSONALIZE_API DefaultCategoricalHyperParameterRange()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue