7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ParamType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
64 inline void SetType(
const ParamType& value) { m_typeHasBeenSet =
true; m_type = value; }
65 inline void SetType(
ParamType&& value) { m_typeHasBeenSet =
true; m_type = std::move(value); }
79 inline void SetValidationRule(
const char* value) { m_validationRuleHasBeenSet =
true; m_validationRule.assign(value); }
94 inline void SetValidationMessage(
const char* value) { m_validationMessageHasBeenSet =
true; m_validationMessage.assign(value); }
136 inline void SetIsOptional(
bool value) { m_isOptionalHasBeenSet =
true; m_isOptional = value; }
142 bool m_nameHasBeenSet =
false;
145 bool m_typeHasBeenSet =
false;
148 bool m_validationRuleHasBeenSet =
false;
151 bool m_validationMessageHasBeenSet =
false;
154 bool m_valueHasBeenSet =
false;
157 bool m_listTypeHasBeenSet =
false;
160 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