7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
60 template <
typename ClassificationT = Aws::String>
62 m_classificationHasBeenSet =
true;
63 m_classification = std::forward<ClassificationT>(value);
65 template <
typename ClassificationT = Aws::String>
78 template <
typename GrokPatternT = Aws::String>
80 m_grokPatternHasBeenSet =
true;
81 m_grokPattern = std::forward<GrokPatternT>(value);
83 template <
typename GrokPatternT = Aws::String>
96 template <
typename CustomPatternsT = Aws::String>
98 m_customPatternsHasBeenSet =
true;
99 m_customPatterns = std::forward<CustomPatternsT>(value);
101 template <
typename CustomPatternsT = Aws::String>
109 bool m_nameHasBeenSet =
false;
112 bool m_classificationHasBeenSet =
false;
115 bool m_grokPatternHasBeenSet =
false;
118 bool m_customPatternsHasBeenSet =
false;
AWS_GLUE_API UpdateGrokClassifierRequest()=default
AWS_GLUE_API UpdateGrokClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
UpdateGrokClassifierRequest & WithGrokPattern(GrokPatternT &&value)
void SetName(NameT &&value)
bool GrokPatternHasBeenSet() const
void SetClassification(ClassificationT &&value)
UpdateGrokClassifierRequest & WithClassification(ClassificationT &&value)
bool CustomPatternsHasBeenSet() const
bool ClassificationHasBeenSet() const
UpdateGrokClassifierRequest & WithCustomPatterns(CustomPatternsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetClassification() const
AWS_GLUE_API UpdateGrokClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomPatterns() const
void SetGrokPattern(GrokPatternT &&value)
const Aws::String & GetName() const
const Aws::String & GetGrokPattern() const
void SetCustomPatterns(CustomPatternsT &&value)
UpdateGrokClassifierRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue