7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename ValuesT = Aws::Vector<Aws::String>>
49 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
50 template<
typename ValuesT = Aws::Vector<Aws::String>>
52 template<
typename ValuesT = Aws::String>
58 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