AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
EnvironmentProfileSummary.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace DataZone {
21namespace Model {
22
29 public:
30 AWS_DATAZONE_API EnvironmentProfileSummary() = default;
33 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetId() const { return m_id; }
40 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
41 template <typename IdT = Aws::String>
42 void SetId(IdT&& value) {
43 m_idHasBeenSet = true;
44 m_id = std::forward<IdT>(value);
45 }
46 template <typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
49 return *this;
50 }
52
54
58 inline const Aws::String& GetDomainId() const { return m_domainId; }
59 inline bool DomainIdHasBeenSet() const { return m_domainIdHasBeenSet; }
60 template <typename DomainIdT = Aws::String>
61 void SetDomainId(DomainIdT&& value) {
62 m_domainIdHasBeenSet = true;
63 m_domainId = std::forward<DomainIdT>(value);
64 }
65 template <typename DomainIdT = Aws::String>
67 SetDomainId(std::forward<DomainIdT>(value));
68 return *this;
69 }
71
73
77 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
78 inline bool AwsAccountIdHasBeenSet() const { return m_awsAccountIdHasBeenSet; }
79 template <typename AwsAccountIdT = Aws::String>
80 void SetAwsAccountId(AwsAccountIdT&& value) {
81 m_awsAccountIdHasBeenSet = true;
82 m_awsAccountId = std::forward<AwsAccountIdT>(value);
83 }
84 template <typename AwsAccountIdT = Aws::String>
86 SetAwsAccountId(std::forward<AwsAccountIdT>(value));
87 return *this;
88 }
90
92
95 inline const Aws::String& GetAwsAccountRegion() const { return m_awsAccountRegion; }
96 inline bool AwsAccountRegionHasBeenSet() const { return m_awsAccountRegionHasBeenSet; }
97 template <typename AwsAccountRegionT = Aws::String>
98 void SetAwsAccountRegion(AwsAccountRegionT&& value) {
99 m_awsAccountRegionHasBeenSet = true;
100 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
101 }
102 template <typename AwsAccountRegionT = Aws::String>
104 SetAwsAccountRegion(std::forward<AwsAccountRegionT>(value));
105 return *this;
106 }
108
110
113 inline const Aws::String& GetCreatedBy() const { return m_createdBy; }
114 inline bool CreatedByHasBeenSet() const { return m_createdByHasBeenSet; }
115 template <typename CreatedByT = Aws::String>
116 void SetCreatedBy(CreatedByT&& value) {
117 m_createdByHasBeenSet = true;
118 m_createdBy = std::forward<CreatedByT>(value);
119 }
120 template <typename CreatedByT = Aws::String>
122 SetCreatedBy(std::forward<CreatedByT>(value));
123 return *this;
124 }
126
128
131 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
132 inline bool CreatedAtHasBeenSet() const { return m_createdAtHasBeenSet; }
133 template <typename CreatedAtT = Aws::Utils::DateTime>
134 void SetCreatedAt(CreatedAtT&& value) {
135 m_createdAtHasBeenSet = true;
136 m_createdAt = std::forward<CreatedAtT>(value);
137 }
138 template <typename CreatedAtT = Aws::Utils::DateTime>
140 SetCreatedAt(std::forward<CreatedAtT>(value));
141 return *this;
142 }
144
146
149 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
150 inline bool UpdatedAtHasBeenSet() const { return m_updatedAtHasBeenSet; }
151 template <typename UpdatedAtT = Aws::Utils::DateTime>
152 void SetUpdatedAt(UpdatedAtT&& value) {
153 m_updatedAtHasBeenSet = true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
155 }
156 template <typename UpdatedAtT = Aws::Utils::DateTime>
158 SetUpdatedAt(std::forward<UpdatedAtT>(value));
159 return *this;
160 }
162
164
167 inline const Aws::String& GetName() const { return m_name; }
168 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
169 template <typename NameT = Aws::String>
170 void SetName(NameT&& value) {
171 m_nameHasBeenSet = true;
172 m_name = std::forward<NameT>(value);
173 }
174 template <typename NameT = Aws::String>
176 SetName(std::forward<NameT>(value));
177 return *this;
178 }
180
182
185 inline const Aws::String& GetDescription() const { return m_description; }
186 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
187 template <typename DescriptionT = Aws::String>
188 void SetDescription(DescriptionT&& value) {
189 m_descriptionHasBeenSet = true;
190 m_description = std::forward<DescriptionT>(value);
191 }
192 template <typename DescriptionT = Aws::String>
194 SetDescription(std::forward<DescriptionT>(value));
195 return *this;
196 }
198
200
204 inline const Aws::String& GetEnvironmentBlueprintId() const { return m_environmentBlueprintId; }
205 inline bool EnvironmentBlueprintIdHasBeenSet() const { return m_environmentBlueprintIdHasBeenSet; }
206 template <typename EnvironmentBlueprintIdT = Aws::String>
207 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) {
208 m_environmentBlueprintIdHasBeenSet = true;
209 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
210 }
211 template <typename EnvironmentBlueprintIdT = Aws::String>
212 EnvironmentProfileSummary& WithEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) {
213 SetEnvironmentBlueprintId(std::forward<EnvironmentBlueprintIdT>(value));
214 return *this;
215 }
217
219
222 inline const Aws::String& GetProjectId() const { return m_projectId; }
223 inline bool ProjectIdHasBeenSet() const { return m_projectIdHasBeenSet; }
224 template <typename ProjectIdT = Aws::String>
225 void SetProjectId(ProjectIdT&& value) {
226 m_projectIdHasBeenSet = true;
227 m_projectId = std::forward<ProjectIdT>(value);
228 }
229 template <typename ProjectIdT = Aws::String>
231 SetProjectId(std::forward<ProjectIdT>(value));
232 return *this;
233 }
235 private:
236 Aws::String m_id;
237
238 Aws::String m_domainId;
239
240 Aws::String m_awsAccountId;
241
242 Aws::String m_awsAccountRegion;
243
244 Aws::String m_createdBy;
245
246 Aws::Utils::DateTime m_createdAt{};
247
248 Aws::Utils::DateTime m_updatedAt{};
249
250 Aws::String m_name;
251
252 Aws::String m_description;
253
254 Aws::String m_environmentBlueprintId;
255
256 Aws::String m_projectId;
257 bool m_idHasBeenSet = false;
258 bool m_domainIdHasBeenSet = false;
259 bool m_awsAccountIdHasBeenSet = false;
260 bool m_awsAccountRegionHasBeenSet = false;
261 bool m_createdByHasBeenSet = false;
262 bool m_createdAtHasBeenSet = false;
263 bool m_updatedAtHasBeenSet = false;
264 bool m_nameHasBeenSet = false;
265 bool m_descriptionHasBeenSet = false;
266 bool m_environmentBlueprintIdHasBeenSet = false;
267 bool m_projectIdHasBeenSet = false;
268};
269
270} // namespace Model
271} // namespace DataZone
272} // namespace Aws
EnvironmentProfileSummary & WithCreatedAt(CreatedAtT &&value)
EnvironmentProfileSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API EnvironmentProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
EnvironmentProfileSummary & WithName(NameT &&value)
EnvironmentProfileSummary & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
AWS_DATAZONE_API EnvironmentProfileSummary(Aws::Utils::Json::JsonView jsonValue)
EnvironmentProfileSummary & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API EnvironmentProfileSummary()=default
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
EnvironmentProfileSummary & WithCreatedBy(CreatedByT &&value)
EnvironmentProfileSummary & WithId(IdT &&value)
EnvironmentProfileSummary & WithAwsAccountRegion(AwsAccountRegionT &&value)
EnvironmentProfileSummary & WithProjectId(ProjectIdT &&value)
EnvironmentProfileSummary & WithAwsAccountId(AwsAccountIdT &&value)
EnvironmentProfileSummary & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue