7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
61 template <
typename ClassificationT = Aws::String>
63 m_classificationHasBeenSet =
true;
64 m_classification = std::forward<ClassificationT>(value);
66 template <
typename ClassificationT = Aws::String>
79 template <
typename CreationTimeT = Aws::Utils::DateTime>
81 m_creationTimeHasBeenSet =
true;
82 m_creationTime = std::forward<CreationTimeT>(value);
84 template <
typename CreationTimeT = Aws::Utils::DateTime>
97 template <
typename LastUpdatedT = Aws::Utils::DateTime>
99 m_lastUpdatedHasBeenSet =
true;
100 m_lastUpdated = std::forward<LastUpdatedT>(value);
102 template <
typename LastUpdatedT = Aws::Utils::DateTime>
116 m_versionHasBeenSet =
true;
134 template <
typename GrokPatternT = Aws::String>
136 m_grokPatternHasBeenSet =
true;
137 m_grokPattern = std::forward<GrokPatternT>(value);
139 template <
typename GrokPatternT = Aws::String>
155 template <
typename CustomPatternsT = Aws::String>
157 m_customPatternsHasBeenSet =
true;
158 m_customPatterns = std::forward<CustomPatternsT>(value);
160 template <
typename CustomPatternsT = Aws::String>
175 long long m_version{0};
180 bool m_nameHasBeenSet =
false;
181 bool m_classificationHasBeenSet =
false;
182 bool m_creationTimeHasBeenSet =
false;
183 bool m_lastUpdatedHasBeenSet =
false;
184 bool m_versionHasBeenSet =
false;
185 bool m_grokPatternHasBeenSet =
false;
186 bool m_customPatternsHasBeenSet =
false;
GrokClassifier & WithCreationTime(CreationTimeT &&value)
void SetName(NameT &&value)
long long GetVersion() const
AWS_GLUE_API GrokClassifier()=default
bool LastUpdatedHasBeenSet() const
bool VersionHasBeenSet() const
const Aws::String & GetGrokPattern() const
bool GrokPatternHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTime() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool NameHasBeenSet() const
GrokClassifier & WithVersion(long long value)
const Aws::String & GetName() const
GrokClassifier & WithLastUpdated(LastUpdatedT &&value)
GrokClassifier & WithCustomPatterns(CustomPatternsT &&value)
AWS_GLUE_API GrokClassifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdated() const
const Aws::String & GetCustomPatterns() const
GrokClassifier & WithGrokPattern(GrokPatternT &&value)
bool CreationTimeHasBeenSet() const
void SetVersion(long long value)
void SetCreationTime(CreationTimeT &&value)
void SetLastUpdated(LastUpdatedT &&value)
AWS_GLUE_API GrokClassifier & operator=(Aws::Utils::Json::JsonView jsonValue)
GrokClassifier & WithClassification(ClassificationT &&value)
bool CustomPatternsHasBeenSet() const
void SetGrokPattern(GrokPatternT &&value)
void SetCustomPatterns(CustomPatternsT &&value)
bool ClassificationHasBeenSet() const
const Aws::String & GetClassification() const
GrokClassifier & WithName(NameT &&value)
void SetClassification(ClassificationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue