AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
UpdateEnvironmentProfileResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/CustomParameter.h>
12
13#include <utility>
14
15namespace Aws {
16template <typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils {
20namespace Json {
21class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace DataZone {
25namespace Model {
27 public:
28 AWS_DATAZONE_API UpdateEnvironmentProfileResult() = default;
31
33
36 inline const Aws::String& GetId() const { return m_id; }
37 template <typename IdT = Aws::String>
38 void SetId(IdT&& value) {
39 m_idHasBeenSet = true;
40 m_id = std::forward<IdT>(value);
41 }
42 template <typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
45 return *this;
46 }
48
50
54 inline const Aws::String& GetDomainId() const { return m_domainId; }
55 template <typename DomainIdT = Aws::String>
56 void SetDomainId(DomainIdT&& value) {
57 m_domainIdHasBeenSet = true;
58 m_domainId = std::forward<DomainIdT>(value);
59 }
60 template <typename DomainIdT = Aws::String>
62 SetDomainId(std::forward<DomainIdT>(value));
63 return *this;
64 }
66
68
72 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
73 template <typename AwsAccountIdT = Aws::String>
74 void SetAwsAccountId(AwsAccountIdT&& value) {
75 m_awsAccountIdHasBeenSet = true;
76 m_awsAccountId = std::forward<AwsAccountIdT>(value);
77 }
78 template <typename AwsAccountIdT = Aws::String>
80 SetAwsAccountId(std::forward<AwsAccountIdT>(value));
81 return *this;
82 }
84
86
90 inline const Aws::String& GetAwsAccountRegion() const { return m_awsAccountRegion; }
91 template <typename AwsAccountRegionT = Aws::String>
92 void SetAwsAccountRegion(AwsAccountRegionT&& value) {
93 m_awsAccountRegionHasBeenSet = true;
94 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
95 }
96 template <typename AwsAccountRegionT = Aws::String>
98 SetAwsAccountRegion(std::forward<AwsAccountRegionT>(value));
99 return *this;
100 }
102
104
107 inline const Aws::String& GetCreatedBy() const { return m_createdBy; }
108 template <typename CreatedByT = Aws::String>
109 void SetCreatedBy(CreatedByT&& value) {
110 m_createdByHasBeenSet = true;
111 m_createdBy = std::forward<CreatedByT>(value);
112 }
113 template <typename CreatedByT = Aws::String>
115 SetCreatedBy(std::forward<CreatedByT>(value));
116 return *this;
117 }
119
121
124 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
125 template <typename CreatedAtT = Aws::Utils::DateTime>
126 void SetCreatedAt(CreatedAtT&& value) {
127 m_createdAtHasBeenSet = true;
128 m_createdAt = std::forward<CreatedAtT>(value);
129 }
130 template <typename CreatedAtT = Aws::Utils::DateTime>
132 SetCreatedAt(std::forward<CreatedAtT>(value));
133 return *this;
134 }
136
138
141 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
142 template <typename UpdatedAtT = Aws::Utils::DateTime>
143 void SetUpdatedAt(UpdatedAtT&& value) {
144 m_updatedAtHasBeenSet = true;
145 m_updatedAt = std::forward<UpdatedAtT>(value);
146 }
147 template <typename UpdatedAtT = Aws::Utils::DateTime>
149 SetUpdatedAt(std::forward<UpdatedAtT>(value));
150 return *this;
151 }
153
155
159 inline const Aws::String& GetName() const { return m_name; }
160 template <typename NameT = Aws::String>
161 void SetName(NameT&& value) {
162 m_nameHasBeenSet = true;
163 m_name = std::forward<NameT>(value);
164 }
165 template <typename NameT = Aws::String>
167 SetName(std::forward<NameT>(value));
168 return *this;
169 }
171
173
177 inline const Aws::String& GetDescription() const { return m_description; }
178 template <typename DescriptionT = Aws::String>
179 void SetDescription(DescriptionT&& value) {
180 m_descriptionHasBeenSet = true;
181 m_description = std::forward<DescriptionT>(value);
182 }
183 template <typename DescriptionT = Aws::String>
185 SetDescription(std::forward<DescriptionT>(value));
186 return *this;
187 }
189
191
195 inline const Aws::String& GetEnvironmentBlueprintId() const { return m_environmentBlueprintId; }
196 template <typename EnvironmentBlueprintIdT = Aws::String>
197 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) {
198 m_environmentBlueprintIdHasBeenSet = true;
199 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
200 }
201 template <typename EnvironmentBlueprintIdT = Aws::String>
203 SetEnvironmentBlueprintId(std::forward<EnvironmentBlueprintIdT>(value));
204 return *this;
205 }
207
209
213 inline const Aws::String& GetProjectId() const { return m_projectId; }
214 template <typename ProjectIdT = Aws::String>
215 void SetProjectId(ProjectIdT&& value) {
216 m_projectIdHasBeenSet = true;
217 m_projectId = std::forward<ProjectIdT>(value);
218 }
219 template <typename ProjectIdT = Aws::String>
221 SetProjectId(std::forward<ProjectIdT>(value));
222 return *this;
223 }
225
227
231 inline const Aws::Vector<CustomParameter>& GetUserParameters() const { return m_userParameters; }
232 template <typename UserParametersT = Aws::Vector<CustomParameter>>
233 void SetUserParameters(UserParametersT&& value) {
234 m_userParametersHasBeenSet = true;
235 m_userParameters = std::forward<UserParametersT>(value);
236 }
237 template <typename UserParametersT = Aws::Vector<CustomParameter>>
239 SetUserParameters(std::forward<UserParametersT>(value));
240 return *this;
241 }
242 template <typename UserParametersT = CustomParameter>
244 m_userParametersHasBeenSet = true;
245 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
246 return *this;
247 }
249
251
252 inline const Aws::String& GetRequestId() const { return m_requestId; }
253 template <typename RequestIdT = Aws::String>
254 void SetRequestId(RequestIdT&& value) {
255 m_requestIdHasBeenSet = true;
256 m_requestId = std::forward<RequestIdT>(value);
257 }
258 template <typename RequestIdT = Aws::String>
260 SetRequestId(std::forward<RequestIdT>(value));
261 return *this;
262 }
264 private:
265 Aws::String m_id;
266
267 Aws::String m_domainId;
268
269 Aws::String m_awsAccountId;
270
271 Aws::String m_awsAccountRegion;
272
273 Aws::String m_createdBy;
274
275 Aws::Utils::DateTime m_createdAt{};
276
277 Aws::Utils::DateTime m_updatedAt{};
278
279 Aws::String m_name;
280
281 Aws::String m_description;
282
283 Aws::String m_environmentBlueprintId;
284
285 Aws::String m_projectId;
286
287 Aws::Vector<CustomParameter> m_userParameters;
288
289 Aws::String m_requestId;
290 bool m_idHasBeenSet = false;
291 bool m_domainIdHasBeenSet = false;
292 bool m_awsAccountIdHasBeenSet = false;
293 bool m_awsAccountRegionHasBeenSet = false;
294 bool m_createdByHasBeenSet = false;
295 bool m_createdAtHasBeenSet = false;
296 bool m_updatedAtHasBeenSet = false;
297 bool m_nameHasBeenSet = false;
298 bool m_descriptionHasBeenSet = false;
299 bool m_environmentBlueprintIdHasBeenSet = false;
300 bool m_projectIdHasBeenSet = false;
301 bool m_userParametersHasBeenSet = false;
302 bool m_requestIdHasBeenSet = false;
303};
304
305} // namespace Model
306} // namespace DataZone
307} // namespace Aws
AWS_DATAZONE_API UpdateEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API UpdateEnvironmentProfileResult()=default
UpdateEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API UpdateEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
UpdateEnvironmentProfileResult & WithName(NameT &&value)
UpdateEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
UpdateEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
UpdateEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
UpdateEnvironmentProfileResult & WithDescription(DescriptionT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
UpdateEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
UpdateEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
UpdateEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
UpdateEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue