AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
XMLClassifier.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace Glue
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_GLUE_API XMLClassifier();
39
40
42
45 inline const Aws::String& GetName() const{ return m_name; }
46 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
47 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
48 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
49 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
50 inline XMLClassifier& WithName(const Aws::String& value) { SetName(value); return *this;}
51 inline XMLClassifier& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
52 inline XMLClassifier& WithName(const char* value) { SetName(value); return *this;}
54
56
59 inline const Aws::String& GetClassification() const{ return m_classification; }
60 inline bool ClassificationHasBeenSet() const { return m_classificationHasBeenSet; }
61 inline void SetClassification(const Aws::String& value) { m_classificationHasBeenSet = true; m_classification = value; }
62 inline void SetClassification(Aws::String&& value) { m_classificationHasBeenSet = true; m_classification = std::move(value); }
63 inline void SetClassification(const char* value) { m_classificationHasBeenSet = true; m_classification.assign(value); }
64 inline XMLClassifier& WithClassification(const Aws::String& value) { SetClassification(value); return *this;}
65 inline XMLClassifier& WithClassification(Aws::String&& value) { SetClassification(std::move(value)); return *this;}
66 inline XMLClassifier& WithClassification(const char* value) { SetClassification(value); return *this;}
68
70
73 inline const Aws::Utils::DateTime& GetCreationTime() const{ return m_creationTime; }
74 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
75 inline void SetCreationTime(const Aws::Utils::DateTime& value) { m_creationTimeHasBeenSet = true; m_creationTime = value; }
76 inline void SetCreationTime(Aws::Utils::DateTime&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::move(value); }
77 inline XMLClassifier& WithCreationTime(const Aws::Utils::DateTime& value) { SetCreationTime(value); return *this;}
78 inline XMLClassifier& WithCreationTime(Aws::Utils::DateTime&& value) { SetCreationTime(std::move(value)); return *this;}
80
82
85 inline const Aws::Utils::DateTime& GetLastUpdated() const{ return m_lastUpdated; }
86 inline bool LastUpdatedHasBeenSet() const { return m_lastUpdatedHasBeenSet; }
87 inline void SetLastUpdated(const Aws::Utils::DateTime& value) { m_lastUpdatedHasBeenSet = true; m_lastUpdated = value; }
88 inline void SetLastUpdated(Aws::Utils::DateTime&& value) { m_lastUpdatedHasBeenSet = true; m_lastUpdated = std::move(value); }
89 inline XMLClassifier& WithLastUpdated(const Aws::Utils::DateTime& value) { SetLastUpdated(value); return *this;}
90 inline XMLClassifier& WithLastUpdated(Aws::Utils::DateTime&& value) { SetLastUpdated(std::move(value)); return *this;}
92
94
97 inline long long GetVersion() const{ return m_version; }
98 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
99 inline void SetVersion(long long value) { m_versionHasBeenSet = true; m_version = value; }
100 inline XMLClassifier& WithVersion(long long value) { SetVersion(value); return *this;}
102
104
112 inline const Aws::String& GetRowTag() const{ return m_rowTag; }
113 inline bool RowTagHasBeenSet() const { return m_rowTagHasBeenSet; }
114 inline void SetRowTag(const Aws::String& value) { m_rowTagHasBeenSet = true; m_rowTag = value; }
115 inline void SetRowTag(Aws::String&& value) { m_rowTagHasBeenSet = true; m_rowTag = std::move(value); }
116 inline void SetRowTag(const char* value) { m_rowTagHasBeenSet = true; m_rowTag.assign(value); }
117 inline XMLClassifier& WithRowTag(const Aws::String& value) { SetRowTag(value); return *this;}
118 inline XMLClassifier& WithRowTag(Aws::String&& value) { SetRowTag(std::move(value)); return *this;}
119 inline XMLClassifier& WithRowTag(const char* value) { SetRowTag(value); return *this;}
121 private:
122
123 Aws::String m_name;
124 bool m_nameHasBeenSet = false;
125
126 Aws::String m_classification;
127 bool m_classificationHasBeenSet = false;
128
129 Aws::Utils::DateTime m_creationTime;
130 bool m_creationTimeHasBeenSet = false;
131
132 Aws::Utils::DateTime m_lastUpdated;
133 bool m_lastUpdatedHasBeenSet = false;
134
135 long long m_version;
136 bool m_versionHasBeenSet = false;
137
138 Aws::String m_rowTag;
139 bool m_rowTagHasBeenSet = false;
140 };
141
142} // namespace Model
143} // namespace Glue
144} // namespace Aws
XMLClassifier & WithName(Aws::String &&value)
XMLClassifier & WithClassification(const char *value)
XMLClassifier & WithLastUpdated(const Aws::Utils::DateTime &value)
const Aws::String & GetRowTag() 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)
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)
XMLClassifier & WithRowTag(Aws::String &&value)
XMLClassifier & WithVersion(long long value)
void SetName(const Aws::String &value)
XMLClassifier & WithRowTag(const char *value)
void SetClassification(Aws::String &&value)
XMLClassifier & WithName(const Aws::String &value)
void SetRowTag(const char *value)
XMLClassifier & WithLastUpdated(Aws::Utils::DateTime &&value)
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