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>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
55 template <
typename DomainIdT = Aws::String>
57 m_domainIdHasBeenSet =
true;
58 m_domainId = std::forward<DomainIdT>(value);
60 template <
typename DomainIdT = Aws::String>
73 template <
typename AwsAccountIdT = Aws::String>
75 m_awsAccountIdHasBeenSet =
true;
76 m_awsAccountId = std::forward<AwsAccountIdT>(value);
78 template <
typename AwsAccountIdT = Aws::String>
91 template <
typename AwsAccountRegionT = Aws::String>
93 m_awsAccountRegionHasBeenSet =
true;
94 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
96 template <
typename AwsAccountRegionT = Aws::String>
108 template <
typename CreatedByT = Aws::String>
110 m_createdByHasBeenSet =
true;
111 m_createdBy = std::forward<CreatedByT>(value);
113 template <
typename CreatedByT = Aws::String>
125 template <
typename CreatedAtT = Aws::Utils::DateTime>
127 m_createdAtHasBeenSet =
true;
128 m_createdAt = std::forward<CreatedAtT>(value);
130 template <
typename CreatedAtT = Aws::Utils::DateTime>
142 template <
typename UpdatedAtT = Aws::Utils::DateTime>
144 m_updatedAtHasBeenSet =
true;
145 m_updatedAt = std::forward<UpdatedAtT>(value);
147 template <
typename UpdatedAtT = Aws::Utils::DateTime>
160 template <
typename NameT = Aws::String>
162 m_nameHasBeenSet =
true;
163 m_name = std::forward<NameT>(value);
165 template <
typename NameT = Aws::String>
167 SetName(std::forward<NameT>(value));
178 template <
typename DescriptionT = Aws::String>
180 m_descriptionHasBeenSet =
true;
181 m_description = std::forward<DescriptionT>(value);
183 template <
typename DescriptionT = Aws::String>
196 template <
typename EnvironmentBluepr
intIdT = Aws::String>
198 m_environmentBlueprintIdHasBeenSet =
true;
199 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
201 template <
typename EnvironmentBluepr
intIdT = Aws::String>
214 template <
typename ProjectIdT = Aws::String>
216 m_projectIdHasBeenSet =
true;
217 m_projectId = std::forward<ProjectIdT>(value);
219 template <
typename ProjectIdT = Aws::String>
232 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
234 m_userParametersHasBeenSet =
true;
235 m_userParameters = std::forward<UserParametersT>(value);
237 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
242 template <
typename UserParametersT = CustomParameter>
244 m_userParametersHasBeenSet =
true;
245 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
253 template <
typename RequestIdT = Aws::String>
255 m_requestIdHasBeenSet =
true;
256 m_requestId = std::forward<RequestIdT>(value);
258 template <
typename RequestIdT = Aws::String>
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;
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
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