7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ParamType.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
63 m_typeHasBeenSet =
true;
79 template <
typename Val
idationRuleT = Aws::String>
81 m_validationRuleHasBeenSet =
true;
82 m_validationRule = std::forward<ValidationRuleT>(value);
84 template <
typename Val
idationRuleT = Aws::String>
98 template <
typename Val
idationMessageT = Aws::String>
100 m_validationMessageHasBeenSet =
true;
101 m_validationMessage = std::forward<ValidationMessageT>(value);
103 template <
typename Val
idationMessageT = Aws::String>
117 template <
typename ValueT = Aws::Vector<Aws::String>>
119 m_valueHasBeenSet =
true;
120 m_value = std::forward<ValueT>(value);
122 template <
typename ValueT = Aws::Vector<Aws::String>>
124 SetValue(std::forward<ValueT>(value));
127 template <
typename ValueT = Aws::String>
129 m_valueHasBeenSet =
true;
130 m_value.emplace_back(std::forward<ValueT>(value));
143 m_listTypeHasBeenSet =
true;
160 m_isOptionalHasBeenSet =
true;
161 m_isOptional = value;
181 bool m_isOptional{
false};
182 bool m_nameHasBeenSet =
false;
183 bool m_typeHasBeenSet =
false;
184 bool m_validationRuleHasBeenSet =
false;
185 bool m_validationMessageHasBeenSet =
false;
186 bool m_valueHasBeenSet =
false;
187 bool m_listTypeHasBeenSet =
false;
188 bool m_isOptionalHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue