7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
49 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
63 inline void SetClassification(
const char* value) { m_classificationHasBeenSet =
true; m_classification.assign(value); }
99 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
116 inline void SetRowTag(
const char* value) { m_rowTagHasBeenSet =
true; m_rowTag.assign(value); }
124 bool m_nameHasBeenSet =
false;
127 bool m_classificationHasBeenSet =
false;
130 bool m_creationTimeHasBeenSet =
false;
133 bool m_lastUpdatedHasBeenSet =
false;
136 bool m_versionHasBeenSet =
false;
139 bool m_rowTagHasBeenSet =
false;
XMLClassifier & WithName(Aws::String &&value)
XMLClassifier & WithClassification(const char *value)
XMLClassifier & WithLastUpdated(const Aws::Utils::DateTime &value)
const Aws::String & GetRowTag() const
bool CreationTimeHasBeenSet() const
void SetRowTag(const Aws::String &value)
void SetRowTag(Aws::String &&value)
AWS_GLUE_API XMLClassifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(Aws::String &&value)
const Aws::String & GetClassification() const
XMLClassifier & WithClassification(Aws::String &&value)
void SetVersion(long long value)
bool RowTagHasBeenSet() const
XMLClassifier & WithCreationTime(const Aws::Utils::DateTime &value)
void SetClassification(const char *value)
void SetClassification(const Aws::String &value)
void SetLastUpdated(const Aws::Utils::DateTime &value)
AWS_GLUE_API XMLClassifier(Aws::Utils::Json::JsonView jsonValue)
XMLClassifier & WithRowTag(const Aws::String &value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreationTime() const
XMLClassifier & WithCreationTime(Aws::Utils::DateTime &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
XMLClassifier & WithClassification(const Aws::String &value)
const Aws::Utils::DateTime & GetLastUpdated() const
XMLClassifier & WithName(const char *value)
void SetName(const char *value)
void SetCreationTime(const Aws::Utils::DateTime &value)
bool ClassificationHasBeenSet() const
bool VersionHasBeenSet() const
XMLClassifier & WithRowTag(Aws::String &&value)
XMLClassifier & WithVersion(long long value)
void SetName(const Aws::String &value)
XMLClassifier & WithRowTag(const char *value)
AWS_GLUE_API XMLClassifier()
void SetClassification(Aws::String &&value)
bool NameHasBeenSet() const
bool LastUpdatedHasBeenSet() const
XMLClassifier & WithName(const Aws::String &value)
void SetRowTag(const char *value)
XMLClassifier & WithLastUpdated(Aws::Utils::DateTime &&value)
long long GetVersion() const
void SetCreationTime(Aws::Utils::DateTime &&value)
void SetLastUpdated(Aws::Utils::DateTime &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue