7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#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));
59 template <
typename ClassificationT = Aws::String>
61 m_classificationHasBeenSet =
true;
62 m_classification = std::forward<ClassificationT>(value);
64 template <
typename ClassificationT = Aws::String>
77 template <
typename CreationTimeT = Aws::Utils::DateTime>
79 m_creationTimeHasBeenSet =
true;
80 m_creationTime = std::forward<CreationTimeT>(value);
82 template <
typename CreationTimeT = Aws::Utils::DateTime>
95 template <
typename LastUpdatedT = Aws::Utils::DateTime>
97 m_lastUpdatedHasBeenSet =
true;
98 m_lastUpdated = std::forward<LastUpdatedT>(value);
100 template <
typename LastUpdatedT = Aws::Utils::DateTime>
114 m_versionHasBeenSet =
true;
134 template <
typename RowTagT = Aws::String>
136 m_rowTagHasBeenSet =
true;
137 m_rowTag = std::forward<RowTagT>(value);
139 template <
typename RowTagT = Aws::String>
154 long long m_version{0};
157 bool m_nameHasBeenSet =
false;
158 bool m_classificationHasBeenSet =
false;
159 bool m_creationTimeHasBeenSet =
false;
160 bool m_lastUpdatedHasBeenSet =
false;
161 bool m_versionHasBeenSet =
false;
162 bool m_rowTagHasBeenSet =
false;
XMLClassifier & WithClassification(ClassificationT &&value)
XMLClassifier & WithCreationTime(CreationTimeT &&value)
void SetLastUpdated(LastUpdatedT &&value)
const Aws::String & GetRowTag() const
XMLClassifier & WithRowTag(RowTagT &&value)
bool CreationTimeHasBeenSet() const
AWS_GLUE_API XMLClassifier & operator=(Aws::Utils::Json::JsonView jsonValue)
XMLClassifier & WithLastUpdated(LastUpdatedT &&value)
const Aws::String & GetClassification() const
void SetVersion(long long value)
bool RowTagHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API XMLClassifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreationTime() const
XMLClassifier & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastUpdated() const
void SetRowTag(RowTagT &&value)
bool ClassificationHasBeenSet() const
void SetClassification(ClassificationT &&value)
bool VersionHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
XMLClassifier & WithVersion(long long value)
AWS_GLUE_API XMLClassifier()=default
bool NameHasBeenSet() const
bool LastUpdatedHasBeenSet() const
long long GetVersion() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue