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); }
85 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
100 inline void SetJsonPath(
const char* value) { m_jsonPathHasBeenSet =
true; m_jsonPath.assign(value); }
108 bool m_nameHasBeenSet =
false;
111 bool m_creationTimeHasBeenSet =
false;
114 bool m_lastUpdatedHasBeenSet =
false;
117 bool m_versionHasBeenSet =
false;
120 bool m_jsonPathHasBeenSet =
false;
void SetName(Aws::String &&value)
bool CreationTimeHasBeenSet() const
JsonClassifier & WithJsonPath(const Aws::String &value)
JsonClassifier & WithVersion(long long value)
void SetCreationTime(Aws::Utils::DateTime &&value)
JsonClassifier & WithJsonPath(const char *value)
JsonClassifier & WithCreationTime(Aws::Utils::DateTime &&value)
bool VersionHasBeenSet() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
void SetJsonPath(Aws::String &&value)
bool LastUpdatedHasBeenSet() const
void SetLastUpdated(Aws::Utils::DateTime &&value)
void SetJsonPath(const char *value)
JsonClassifier & WithCreationTime(const Aws::Utils::DateTime &value)
void SetVersion(long long value)
AWS_GLUE_API JsonClassifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJsonPath() const
JsonClassifier & WithLastUpdated(Aws::Utils::DateTime &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetVersion() const
AWS_GLUE_API JsonClassifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreationTime(const Aws::Utils::DateTime &value)
JsonClassifier & WithName(Aws::String &&value)
void SetLastUpdated(const Aws::Utils::DateTime &value)
JsonClassifier & WithName(const char *value)
void SetName(const char *value)
const Aws::Utils::DateTime & GetLastUpdated() const
const Aws::Utils::DateTime & GetCreationTime() const
bool JsonPathHasBeenSet() const
void SetName(const Aws::String &value)
JsonClassifier & WithLastUpdated(const Aws::Utils::DateTime &value)
void SetJsonPath(const Aws::String &value)
AWS_GLUE_API JsonClassifier()
JsonClassifier & WithName(const Aws::String &value)
JsonClassifier & WithJsonPath(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue