7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/EKS_EXPORTS.h>
42 template <
typename AllowedValuesT = Aws::Vector<Aws::String>>
44 m_allowedValuesHasBeenSet =
true;
45 m_allowedValues = std::forward<AllowedValuesT>(value);
47 template <
typename AllowedValuesT = Aws::Vector<Aws::String>>
52 template <
typename AllowedValuesT = Aws::String>
54 m_allowedValuesHasBeenSet =
true;
55 m_allowedValues.emplace_back(std::forward<AllowedValuesT>(value));
61 bool m_allowedValuesHasBeenSet =
false;
AWS_EKS_API AllowedValuesConstraint(Aws::Utils::Json::JsonView jsonValue)
void SetAllowedValues(AllowedValuesT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API AllowedValuesConstraint()=default
bool AllowedValuesHasBeenSet() const
AllowedValuesConstraint & AddAllowedValues(AllowedValuesT &&value)
const Aws::Vector< Aws::String > & GetAllowedValues() const
AWS_EKS_API AllowedValuesConstraint & operator=(Aws::Utils::Json::JsonView jsonValue)
AllowedValuesConstraint & WithAllowedValues(AllowedValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue