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>
42 template <
typename ValuesT = Aws::Vector<Aws::String>>
44 m_valuesHasBeenSet =
true;
45 m_values = std::forward<ValuesT>(value);
47 template <
typename ValuesT = Aws::Vector<Aws::String>>
52 template <
typename ValuesT = Aws::String>
54 m_valuesHasBeenSet =
true;
55 m_values.emplace_back(std::forward<ValuesT>(value));
61 bool m_valuesHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
CategoricalParameterRangeSpecification & WithValues(ValuesT &&value)
void SetValues(ValuesT &&value)
AWS_SAGEMAKER_API CategoricalParameterRangeSpecification(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
AWS_SAGEMAKER_API CategoricalParameterRangeSpecification & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API CategoricalParameterRangeSpecification()=default
CategoricalParameterRangeSpecification & AddValues(ValuesT &&value)
const Aws::Vector< Aws::String > & GetValues() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue