AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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() = default;
39
40
42
45 inline const Aws::String& GetName() const { return m_name; }
46 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
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>
50 XMLClassifier& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
52
54
57 inline const Aws::String& GetClassification() const { return m_classification; }
58 inline bool ClassificationHasBeenSet() const { return m_classificationHasBeenSet; }
59 template<typename ClassificationT = Aws::String>
60 void SetClassification(ClassificationT&& value) { m_classificationHasBeenSet = true; m_classification = std::forward<ClassificationT>(value); }
61 template<typename ClassificationT = Aws::String>
62 XMLClassifier& WithClassification(ClassificationT&& value) { SetClassification(std::forward<ClassificationT>(value)); return *this;}
64
66
69 inline const Aws::Utils::DateTime& GetCreationTime() const { return m_creationTime; }
70 inline bool CreationTimeHasBeenSet() const { return m_creationTimeHasBeenSet; }
71 template<typename CreationTimeT = Aws::Utils::DateTime>
72 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet = true; m_creationTime = std::forward<CreationTimeT>(value); }
73 template<typename CreationTimeT = Aws::Utils::DateTime>
74 XMLClassifier& WithCreationTime(CreationTimeT&& value) { SetCreationTime(std::forward<CreationTimeT>(value)); return *this;}
76
78
81 inline const Aws::Utils::DateTime& GetLastUpdated() const { return m_lastUpdated; }
82 inline bool LastUpdatedHasBeenSet() const { return m_lastUpdatedHasBeenSet; }
83 template<typename LastUpdatedT = Aws::Utils::DateTime>
84 void SetLastUpdated(LastUpdatedT&& value) { m_lastUpdatedHasBeenSet = true; m_lastUpdated = std::forward<LastUpdatedT>(value); }
85 template<typename LastUpdatedT = Aws::Utils::DateTime>
86 XMLClassifier& WithLastUpdated(LastUpdatedT&& value) { SetLastUpdated(std::forward<LastUpdatedT>(value)); return *this;}
88
90
93 inline long long GetVersion() const { return m_version; }
94 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
95 inline void SetVersion(long long value) { m_versionHasBeenSet = true; m_version = value; }
96 inline XMLClassifier& WithVersion(long long value) { SetVersion(value); return *this;}
98
100
108 inline const Aws::String& GetRowTag() const { return m_rowTag; }
109 inline bool RowTagHasBeenSet() const { return m_rowTagHasBeenSet; }
110 template<typename RowTagT = Aws::String>
111 void SetRowTag(RowTagT&& value) { m_rowTagHasBeenSet = true; m_rowTag = std::forward<RowTagT>(value); }
112 template<typename RowTagT = Aws::String>
113 XMLClassifier& WithRowTag(RowTagT&& value) { SetRowTag(std::forward<RowTagT>(value)); return *this;}
115 private:
116
117 Aws::String m_name;
118 bool m_nameHasBeenSet = false;
119
120 Aws::String m_classification;
121 bool m_classificationHasBeenSet = false;
122
123 Aws::Utils::DateTime m_creationTime{};
124 bool m_creationTimeHasBeenSet = false;
125
126 Aws::Utils::DateTime m_lastUpdated{};
127 bool m_lastUpdatedHasBeenSet = false;
128
129 long long m_version{0};
130 bool m_versionHasBeenSet = false;
131
132 Aws::String m_rowTag;
133 bool m_rowTagHasBeenSet = false;
134 };
135
136} // namespace Model
137} // namespace Glue
138} // namespace Aws
XMLClassifier & WithClassification(ClassificationT &&value)
XMLClassifier & WithCreationTime(CreationTimeT &&value)
void SetLastUpdated(LastUpdatedT &&value)
const Aws::String & GetRowTag() const
XMLClassifier & WithRowTag(RowTagT &&value)
AWS_GLUE_API XMLClassifier & operator=(Aws::Utils::Json::JsonView jsonValue)
XMLClassifier & WithLastUpdated(LastUpdatedT &&value)
const Aws::String & GetClassification() const
void SetVersion(long long value)
AWS_GLUE_API XMLClassifier(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetCreationTime() const
XMLClassifier & WithName(NameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetLastUpdated() const
void SetRowTag(RowTagT &&value)
void SetClassification(ClassificationT &&value)
void SetCreationTime(CreationTimeT &&value)
XMLClassifier & WithVersion(long long value)
AWS_GLUE_API XMLClassifier()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue