7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename ClassificationT = Aws::String>
44 m_classificationHasBeenSet =
true;
45 m_classification = std::forward<ClassificationT>(value);
47 template <
typename ClassificationT = Aws::String>
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));
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>
115 bool m_classificationHasBeenSet =
false;
116 bool m_nameHasBeenSet =
false;
117 bool m_grokPatternHasBeenSet =
false;
118 bool m_customPatternsHasBeenSet =
false;
CreateGrokClassifierRequest & WithGrokPattern(GrokPatternT &&value)
void SetGrokPattern(GrokPatternT &&value)
CreateGrokClassifierRequest & WithClassification(ClassificationT &&value)
CreateGrokClassifierRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
AWS_GLUE_API CreateGrokClassifierRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClassification() const
void SetCustomPatterns(CustomPatternsT &&value)
const Aws::String & GetGrokPattern() const
const Aws::String & GetCustomPatterns() const
bool GrokPatternHasBeenSet() const
CreateGrokClassifierRequest & WithCustomPatterns(CustomPatternsT &&value)
void SetClassification(ClassificationT &&value)
const Aws::String & GetName() const
AWS_GLUE_API CreateGrokClassifierRequest(Aws::Utils::Json::JsonView jsonValue)
bool ClassificationHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API CreateGrokClassifierRequest()=default
bool CustomPatternsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue