7#include <aws/databrew/GlueDataBrew_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename RegexT = Aws::String>
49 void SetRegex(RegexT&& value) { m_regexHasBeenSet =
true; m_regex = std::forward<RegexT>(value); }
50 template<
typename RegexT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
68 bool m_regexHasBeenSet =
false;
71 bool m_nameHasBeenSet =
false;
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetRegex() const
ColumnSelector & WithRegex(RegexT &&value)
AWS_GLUEDATABREW_API Aws::Utils::Json::JsonValue Jsonize() const
bool RegexHasBeenSet() const
void SetRegex(RegexT &&value)
AWS_GLUEDATABREW_API ColumnSelector & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NameHasBeenSet() const
ColumnSelector & WithName(NameT &&value)
AWS_GLUEDATABREW_API ColumnSelector(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUEDATABREW_API ColumnSelector()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue