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>
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));
177 template <
typename DescriptionT = Aws::String>
179 m_descriptionHasBeenSet =
true;
180 m_description = std::forward<DescriptionT>(value);
182 template <
typename DescriptionT = Aws::String>
194 template <
typename EnvironmentBluepr
intIdT = Aws::String>
196 m_environmentBlueprintIdHasBeenSet =
true;
197 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
199 template <
typename EnvironmentBluepr
intIdT = Aws::String>
212 template <
typename ProjectIdT = Aws::String>
214 m_projectIdHasBeenSet =
true;
215 m_projectId = std::forward<ProjectIdT>(value);
217 template <
typename ProjectIdT = Aws::String>
229 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
231 m_userParametersHasBeenSet =
true;
232 m_userParameters = std::forward<UserParametersT>(value);
234 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
239 template <
typename UserParametersT = CustomParameter>
241 m_userParametersHasBeenSet =
true;
242 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
250 template <
typename RequestIdT = Aws::String>
252 m_requestIdHasBeenSet =
true;
253 m_requestId = std::forward<RequestIdT>(value);
255 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;
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
void SetName(NameT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetAwsAccountId() const
CreateEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
CreateEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CreateEnvironmentProfileResult & WithId(IdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::Vector< CustomParameter > & GetUserParameters() const
const Aws::String & GetName() const
const Aws::String & GetAwsAccountRegion() const
const Aws::String & GetId() const
const Aws::String & GetDescription() const
const Aws::String & GetProjectId() const
CreateEnvironmentProfileResult & WithDescription(DescriptionT &&value)
CreateEnvironmentProfileResult & WithName(NameT &&value)
CreateEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
void SetProjectId(ProjectIdT &&value)
CreateEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
AWS_DATAZONE_API CreateEnvironmentProfileResult()=default
void SetCreatedAt(CreatedAtT &&value)
CreateEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetRequestId() const
CreateEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
CreateEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
void SetDomainId(DomainIdT &&value)
CreateEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetDomainId() const
CreateEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
void SetCreatedBy(CreatedByT &&value)
CreateEnvironmentProfileResult & WithUserParameters(UserParametersT &&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