7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMaker_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
59 template <
typename ValuesT = Aws::Vector<Aws::String>>
61 m_valuesHasBeenSet =
true;
62 m_values = std::forward<ValuesT>(value);
64 template <
typename ValuesT = Aws::Vector<Aws::String>>
69 template <
typename ValuesT = Aws::String>
71 m_valuesHasBeenSet =
true;
72 m_values.emplace_back(std::forward<ValuesT>(value));
80 bool m_nameHasBeenSet =
false;
81 bool m_valuesHasBeenSet =
false;
AWS_SAGEMAKER_API CategoricalParameterRange()=default
void SetValues(ValuesT &&value)
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
AWS_SAGEMAKER_API CategoricalParameterRange(Aws::Utils::Json::JsonView jsonValue)
CategoricalParameterRange & WithName(NameT &&value)
void SetName(NameT &&value)
bool ValuesHasBeenSet() const
AWS_SAGEMAKER_API CategoricalParameterRange & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetValues() const
const Aws::String & GetName() const
CategoricalParameterRange & AddValues(ValuesT &&value)
CategoricalParameterRange & WithValues(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