7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/CustomParameter.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename IdT = Aws::String>
40 m_idHasBeenSet =
true;
41 m_id = std::forward<IdT>(value);
43 template <
typename IdT = Aws::String>
45 SetId(std::forward<IdT>(value));
56 template <
typename DomainIdT = Aws::String>
58 m_domainIdHasBeenSet =
true;
59 m_domainId = std::forward<DomainIdT>(value);
61 template <
typename DomainIdT = Aws::String>
74 template <
typename AwsAccountIdT = Aws::String>
76 m_awsAccountIdHasBeenSet =
true;
77 m_awsAccountId = std::forward<AwsAccountIdT>(value);
79 template <
typename AwsAccountIdT = Aws::String>
92 template <
typename AwsAccountRegionT = Aws::String>
94 m_awsAccountRegionHasBeenSet =
true;
95 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
97 template <
typename AwsAccountRegionT = Aws::String>
109 template <
typename CreatedByT = Aws::String>
111 m_createdByHasBeenSet =
true;
112 m_createdBy = std::forward<CreatedByT>(value);
114 template <
typename CreatedByT = Aws::String>
126 template <
typename CreatedAtT = Aws::Utils::DateTime>
128 m_createdAtHasBeenSet =
true;
129 m_createdAt = std::forward<CreatedAtT>(value);
131 template <
typename CreatedAtT = Aws::Utils::DateTime>
143 template <
typename UpdatedAtT = Aws::Utils::DateTime>
145 m_updatedAtHasBeenSet =
true;
146 m_updatedAt = std::forward<UpdatedAtT>(value);
148 template <
typename UpdatedAtT = Aws::Utils::DateTime>
161 template <
typename NameT = Aws::String>
163 m_nameHasBeenSet =
true;
164 m_name = std::forward<NameT>(value);
166 template <
typename NameT = Aws::String>
168 SetName(std::forward<NameT>(value));
179 template <
typename DescriptionT = Aws::String>
181 m_descriptionHasBeenSet =
true;
182 m_description = std::forward<DescriptionT>(value);
184 template <
typename DescriptionT = Aws::String>
197 template <
typename EnvironmentBluepr
intIdT = Aws::String>
199 m_environmentBlueprintIdHasBeenSet =
true;
200 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
202 template <
typename EnvironmentBluepr
intIdT = Aws::String>
215 template <
typename ProjectIdT = Aws::String>
217 m_projectIdHasBeenSet =
true;
218 m_projectId = std::forward<ProjectIdT>(value);
220 template <
typename ProjectIdT = Aws::String>
233 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
235 m_userParametersHasBeenSet =
true;
236 m_userParameters = std::forward<UserParametersT>(value);
238 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
243 template <
typename UserParametersT = CustomParameter>
245 m_userParametersHasBeenSet =
true;
246 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
254 template <
typename RequestIdT = Aws::String>
256 m_requestIdHasBeenSet =
true;
257 m_requestId = std::forward<RequestIdT>(value);
259 template <
typename RequestIdT = Aws::String>
294 bool m_idHasBeenSet =
false;
295 bool m_domainIdHasBeenSet =
false;
296 bool m_awsAccountIdHasBeenSet =
false;
297 bool m_awsAccountRegionHasBeenSet =
false;
298 bool m_createdByHasBeenSet =
false;
299 bool m_createdAtHasBeenSet =
false;
300 bool m_updatedAtHasBeenSet =
false;
301 bool m_nameHasBeenSet =
false;
302 bool m_descriptionHasBeenSet =
false;
303 bool m_environmentBlueprintIdHasBeenSet =
false;
304 bool m_projectIdHasBeenSet =
false;
305 bool m_userParametersHasBeenSet =
false;
306 bool m_requestIdHasBeenSet =
false;
AWS_DATAZONE_API UpdateEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API UpdateEnvironmentProfileResult()=default
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetAwsAccountRegion() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetName(NameT &&value)
UpdateEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API UpdateEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetProjectId() const
UpdateEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
UpdateEnvironmentProfileResult & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
UpdateEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetDescription() const
UpdateEnvironmentProfileResult & WithId(IdT &&value)
UpdateEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
void SetRequestId(RequestIdT &&value)
UpdateEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
const Aws::String & GetName() const
void SetCreatedBy(CreatedByT &&value)
UpdateEnvironmentProfileResult & WithDescription(DescriptionT &&value)
const Aws::String & GetAwsAccountId() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
const Aws::String & GetCreatedBy() const
const Aws::Vector< CustomParameter > & GetUserParameters() const
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetDomainId() const
UpdateEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
const Aws::String & GetId() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
UpdateEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
UpdateEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
UpdateEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
void SetProjectId(ProjectIdT &&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