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 CreationTimeT = Aws::Utils::DateTime>
61 m_creationTimeHasBeenSet =
true;
62 m_creationTime = std::forward<CreationTimeT>(value);
64 template <
typename CreationTimeT = Aws::Utils::DateTime>
77 template <
typename LastUpdatedT = Aws::Utils::DateTime>
79 m_lastUpdatedHasBeenSet =
true;
80 m_lastUpdated = std::forward<LastUpdatedT>(value);
82 template <
typename LastUpdatedT = Aws::Utils::DateTime>
93 inline long long GetVersion()
const {
return m_version; }
96 m_versionHasBeenSet =
true;
114 template <
typename JsonPathT = Aws::String>
116 m_jsonPathHasBeenSet =
true;
117 m_jsonPath = std::forward<JsonPathT>(value);
119 template <
typename JsonPathT = Aws::String>
132 long long m_version{0};
135 bool m_nameHasBeenSet =
false;
136 bool m_creationTimeHasBeenSet =
false;
137 bool m_lastUpdatedHasBeenSet =
false;
138 bool m_versionHasBeenSet =
false;
139 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