AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
UpdateEnvironmentProfileResult.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/model/CustomParameter.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace DataZone
27{
28namespace Model
29{
31 {
32 public:
33 AWS_DATAZONE_API UpdateEnvironmentProfileResult() = default;
36
37
39
43 inline const Aws::String& GetAwsAccountId() const { return m_awsAccountId; }
44 template<typename AwsAccountIdT = Aws::String>
45 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet = true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
46 template<typename AwsAccountIdT = Aws::String>
47 UpdateEnvironmentProfileResult& WithAwsAccountId(AwsAccountIdT&& value) { SetAwsAccountId(std::forward<AwsAccountIdT>(value)); return *this;}
49
51
55 inline const Aws::String& GetAwsAccountRegion() const { return m_awsAccountRegion; }
56 template<typename AwsAccountRegionT = Aws::String>
57 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet = true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
58 template<typename AwsAccountRegionT = Aws::String>
59 UpdateEnvironmentProfileResult& WithAwsAccountRegion(AwsAccountRegionT&& value) { SetAwsAccountRegion(std::forward<AwsAccountRegionT>(value)); return *this;}
61
63
66 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
67 template<typename CreatedAtT = Aws::Utils::DateTime>
68 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet = true; m_createdAt = std::forward<CreatedAtT>(value); }
69 template<typename CreatedAtT = Aws::Utils::DateTime>
70 UpdateEnvironmentProfileResult& WithCreatedAt(CreatedAtT&& value) { SetCreatedAt(std::forward<CreatedAtT>(value)); return *this;}
72
74
77 inline const Aws::String& GetCreatedBy() const { return m_createdBy; }
78 template<typename CreatedByT = Aws::String>
79 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet = true; m_createdBy = std::forward<CreatedByT>(value); }
80 template<typename CreatedByT = Aws::String>
81 UpdateEnvironmentProfileResult& WithCreatedBy(CreatedByT&& value) { SetCreatedBy(std::forward<CreatedByT>(value)); return *this;}
83
85
89 inline const Aws::String& GetDescription() const { return m_description; }
90 template<typename DescriptionT = Aws::String>
91 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
92 template<typename DescriptionT = Aws::String>
93 UpdateEnvironmentProfileResult& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
95
97
101 inline const Aws::String& GetDomainId() const { return m_domainId; }
102 template<typename DomainIdT = Aws::String>
103 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet = true; m_domainId = std::forward<DomainIdT>(value); }
104 template<typename DomainIdT = Aws::String>
105 UpdateEnvironmentProfileResult& WithDomainId(DomainIdT&& value) { SetDomainId(std::forward<DomainIdT>(value)); return *this;}
107
109
113 inline const Aws::String& GetEnvironmentBlueprintId() const { return m_environmentBlueprintId; }
114 template<typename EnvironmentBlueprintIdT = Aws::String>
115 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet = true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
116 template<typename EnvironmentBlueprintIdT = Aws::String>
117 UpdateEnvironmentProfileResult& WithEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { SetEnvironmentBlueprintId(std::forward<EnvironmentBlueprintIdT>(value)); return *this;}
119
121
124 inline const Aws::String& GetId() const { return m_id; }
125 template<typename IdT = Aws::String>
126 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
127 template<typename IdT = Aws::String>
128 UpdateEnvironmentProfileResult& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
130
132
136 inline const Aws::String& GetName() const { return m_name; }
137 template<typename NameT = Aws::String>
138 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
139 template<typename NameT = Aws::String>
140 UpdateEnvironmentProfileResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
142
144
148 inline const Aws::String& GetProjectId() const { return m_projectId; }
149 template<typename ProjectIdT = Aws::String>
150 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet = true; m_projectId = std::forward<ProjectIdT>(value); }
151 template<typename ProjectIdT = Aws::String>
152 UpdateEnvironmentProfileResult& WithProjectId(ProjectIdT&& value) { SetProjectId(std::forward<ProjectIdT>(value)); return *this;}
154
156
159 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
160 template<typename UpdatedAtT = Aws::Utils::DateTime>
161 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet = true; m_updatedAt = std::forward<UpdatedAtT>(value); }
162 template<typename UpdatedAtT = Aws::Utils::DateTime>
163 UpdateEnvironmentProfileResult& WithUpdatedAt(UpdatedAtT&& value) { SetUpdatedAt(std::forward<UpdatedAtT>(value)); return *this;}
165
167
171 inline const Aws::Vector<CustomParameter>& GetUserParameters() const { return m_userParameters; }
172 template<typename UserParametersT = Aws::Vector<CustomParameter>>
173 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet = true; m_userParameters = std::forward<UserParametersT>(value); }
174 template<typename UserParametersT = Aws::Vector<CustomParameter>>
175 UpdateEnvironmentProfileResult& WithUserParameters(UserParametersT&& value) { SetUserParameters(std::forward<UserParametersT>(value)); return *this;}
176 template<typename UserParametersT = CustomParameter>
177 UpdateEnvironmentProfileResult& AddUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet = true; m_userParameters.emplace_back(std::forward<UserParametersT>(value)); return *this; }
179
181
182 inline const Aws::String& GetRequestId() const { return m_requestId; }
183 template<typename RequestIdT = Aws::String>
184 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
185 template<typename RequestIdT = Aws::String>
186 UpdateEnvironmentProfileResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
188 private:
189
190 Aws::String m_awsAccountId;
191 bool m_awsAccountIdHasBeenSet = false;
192
193 Aws::String m_awsAccountRegion;
194 bool m_awsAccountRegionHasBeenSet = false;
195
196 Aws::Utils::DateTime m_createdAt{};
197 bool m_createdAtHasBeenSet = false;
198
199 Aws::String m_createdBy;
200 bool m_createdByHasBeenSet = false;
201
202 Aws::String m_description;
203 bool m_descriptionHasBeenSet = false;
204
205 Aws::String m_domainId;
206 bool m_domainIdHasBeenSet = false;
207
208 Aws::String m_environmentBlueprintId;
209 bool m_environmentBlueprintIdHasBeenSet = false;
210
211 Aws::String m_id;
212 bool m_idHasBeenSet = false;
213
214 Aws::String m_name;
215 bool m_nameHasBeenSet = false;
216
217 Aws::String m_projectId;
218 bool m_projectIdHasBeenSet = false;
219
220 Aws::Utils::DateTime m_updatedAt{};
221 bool m_updatedAtHasBeenSet = false;
222
223 Aws::Vector<CustomParameter> m_userParameters;
224 bool m_userParametersHasBeenSet = false;
225
226 Aws::String m_requestId;
227 bool m_requestIdHasBeenSet = false;
228 };
229
230} // namespace Model
231} // namespace DataZone
232} // 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