7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/databrew/GlueDataBrew_EXPORTS.h>
19namespace GlueDataBrew {
42 template <
typename RegexT = Aws::String>
44 m_regexHasBeenSet =
true;
45 m_regex = std::forward<RegexT>(value);
47 template <
typename RegexT = Aws::String>
49 SetRegex(std::forward<RegexT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
75 bool m_regexHasBeenSet =
false;
76 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