AWS SDK for C++

AWS SDK for C++ Version 1.11.874

Loading...
Searching...
No Matches
DataTransformationProfileSummary.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/HealthLake_EXPORTS.h>
10#include <aws/healthlake/model/SourceFormat.h>
11#include <aws/healthlake/model/TargetFormat.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace HealthLake {
23namespace Model {
24
33 public:
34 AWS_HEALTHLAKE_API DataTransformationProfileSummary() = default;
37 AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
43 inline const Aws::String& GetProfileId() const { return m_profileId; }
44 inline bool ProfileIdHasBeenSet() const { return m_profileIdHasBeenSet; }
45 template <typename ProfileIdT = Aws::String>
46 void SetProfileId(ProfileIdT&& value) {
47 m_profileIdHasBeenSet = true;
48 m_profileId = std::forward<ProfileIdT>(value);
49 }
50 template <typename ProfileIdT = Aws::String>
52 SetProfileId(std::forward<ProfileIdT>(value));
53 return *this;
54 }
56
58
61 inline int GetVersion() const { return m_version; }
62 inline bool VersionHasBeenSet() const { return m_versionHasBeenSet; }
63 inline void SetVersion(int value) {
64 m_versionHasBeenSet = true;
65 m_version = value;
66 }
68 SetVersion(value);
69 return *this;
70 }
72
74
77 inline SourceFormat GetSourceFormat() const { return m_sourceFormat; }
78 inline bool SourceFormatHasBeenSet() const { return m_sourceFormatHasBeenSet; }
79 inline void SetSourceFormat(SourceFormat value) {
80 m_sourceFormatHasBeenSet = true;
81 m_sourceFormat = value;
82 }
84 SetSourceFormat(value);
85 return *this;
86 }
88
90
93 inline TargetFormat GetTargetFormat() const { return m_targetFormat; }
94 inline bool TargetFormatHasBeenSet() const { return m_targetFormatHasBeenSet; }
95 inline void SetTargetFormat(TargetFormat value) {
96 m_targetFormatHasBeenSet = true;
97 m_targetFormat = value;
98 }
100 SetTargetFormat(value);
101 return *this;
102 }
104
106
109 inline const Aws::String& GetProfileName() const { return m_profileName; }
110 inline bool ProfileNameHasBeenSet() const { return m_profileNameHasBeenSet; }
111 template <typename ProfileNameT = Aws::String>
112 void SetProfileName(ProfileNameT&& value) {
113 m_profileNameHasBeenSet = true;
114 m_profileName = std::forward<ProfileNameT>(value);
115 }
116 template <typename ProfileNameT = Aws::String>
118 SetProfileName(std::forward<ProfileNameT>(value));
119 return *this;
120 }
122
124
127 inline const Aws::String& GetProfileDescription() const { return m_profileDescription; }
128 inline bool ProfileDescriptionHasBeenSet() const { return m_profileDescriptionHasBeenSet; }
129 template <typename ProfileDescriptionT = Aws::String>
130 void SetProfileDescription(ProfileDescriptionT&& value) {
131 m_profileDescriptionHasBeenSet = true;
132 m_profileDescription = std::forward<ProfileDescriptionT>(value);
133 }
134 template <typename ProfileDescriptionT = Aws::String>
136 SetProfileDescription(std::forward<ProfileDescriptionT>(value));
137 return *this;
138 }
140
142
145 inline const Aws::Utils::DateTime& GetLastUpdatedAt() const { return m_lastUpdatedAt; }
146 inline bool LastUpdatedAtHasBeenSet() const { return m_lastUpdatedAtHasBeenSet; }
147 template <typename LastUpdatedAtT = Aws::Utils::DateTime>
148 void SetLastUpdatedAt(LastUpdatedAtT&& value) {
149 m_lastUpdatedAtHasBeenSet = true;
150 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
151 }
152 template <typename LastUpdatedAtT = Aws::Utils::DateTime>
154 SetLastUpdatedAt(std::forward<LastUpdatedAtT>(value));
155 return *this;
156 }
158 private:
159 Aws::String m_profileId;
160
161 int m_version{0};
162
163 SourceFormat m_sourceFormat{SourceFormat::NOT_SET};
164
165 TargetFormat m_targetFormat{TargetFormat::NOT_SET};
166
167 Aws::String m_profileName;
168
169 Aws::String m_profileDescription;
170
171 Aws::Utils::DateTime m_lastUpdatedAt{};
172 bool m_profileIdHasBeenSet = false;
173 bool m_versionHasBeenSet = false;
174 bool m_sourceFormatHasBeenSet = false;
175 bool m_targetFormatHasBeenSet = false;
176 bool m_profileNameHasBeenSet = false;
177 bool m_profileDescriptionHasBeenSet = false;
178 bool m_lastUpdatedAtHasBeenSet = false;
179};
180
181} // namespace Model
182} // namespace HealthLake
183} // namespace Aws
DataTransformationProfileSummary & WithProfileName(ProfileNameT &&value)
DataTransformationProfileSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
DataTransformationProfileSummary & WithTargetFormat(TargetFormat value)
AWS_HEALTHLAKE_API DataTransformationProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API DataTransformationProfileSummary(Aws::Utils::Json::JsonView jsonValue)
DataTransformationProfileSummary & WithProfileId(ProfileIdT &&value)
DataTransformationProfileSummary & WithSourceFormat(SourceFormat value)
AWS_HEALTHLAKE_API DataTransformationProfileSummary()=default
DataTransformationProfileSummary & WithProfileDescription(ProfileDescriptionT &&value)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue