7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename NameT = Aws::String>
48 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
49 template<
typename NameT = Aws::String>
59 template<
typename CreationTimeT = Aws::Utils::DateTime>
60 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
61 template<
typename CreationTimeT = Aws::Utils::DateTime>
71 template<
typename LastUpdatedT = Aws::Utils::DateTime>
72 void SetLastUpdated(LastUpdatedT&& value) { m_lastUpdatedHasBeenSet =
true; m_lastUpdated = std::forward<LastUpdatedT>(value); }
73 template<
typename LastUpdatedT = Aws::Utils::DateTime>
81 inline long long GetVersion()
const {
return m_version; }
83 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
96 template<
typename JsonPathT = Aws::String>
97 void SetJsonPath(JsonPathT&& value) { m_jsonPathHasBeenSet =
true; m_jsonPath = std::forward<JsonPathT>(value); }
98 template<
typename JsonPathT = Aws::String>
104 bool m_nameHasBeenSet =
false;
107 bool m_creationTimeHasBeenSet =
false;
110 bool m_lastUpdatedHasBeenSet =
false;
112 long long m_version{0};
113 bool m_versionHasBeenSet =
false;
116 bool m_jsonPathHasBeenSet =
false;
bool CreationTimeHasBeenSet() const
JsonClassifier & WithJsonPath(JsonPathT &&value)
JsonClassifier & WithVersion(long long value)
JsonClassifier & WithName(NameT &&value)
void SetJsonPath(JsonPathT &&value)
bool VersionHasBeenSet() const
void SetCreationTime(CreationTimeT &&value)
AWS_GLUE_API JsonClassifier()=default
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool LastUpdatedHasBeenSet() const
JsonClassifier & WithCreationTime(CreationTimeT &&value)
void SetVersion(long long value)
AWS_GLUE_API JsonClassifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetJsonPath() const
void SetName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
long long GetVersion() const
AWS_GLUE_API JsonClassifier & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetLastUpdated() const
const Aws::Utils::DateTime & GetCreationTime() const
bool JsonPathHasBeenSet() const
void SetLastUpdated(LastUpdatedT &&value)
JsonClassifier & WithLastUpdated(LastUpdatedT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue