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>
159 template <
typename NameT = Aws::String>
161 m_nameHasBeenSet =
true;
162 m_name = std::forward<NameT>(value);
164 template <
typename NameT = Aws::String>
166 SetName(std::forward<NameT>(value));
176 template <
typename DescriptionT = Aws::String>
178 m_descriptionHasBeenSet =
true;
179 m_description = std::forward<DescriptionT>(value);
181 template <
typename DescriptionT = Aws::String>
193 template <
typename EnvironmentBluepr
intIdT = Aws::String>
195 m_environmentBlueprintIdHasBeenSet =
true;
196 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
198 template <
typename EnvironmentBluepr
intIdT = Aws::String>
211 template <
typename ProjectIdT = Aws::String>
213 m_projectIdHasBeenSet =
true;
214 m_projectId = std::forward<ProjectIdT>(value);
216 template <
typename ProjectIdT = Aws::String>
228 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
230 m_userParametersHasBeenSet =
true;
231 m_userParameters = std::forward<UserParametersT>(value);
233 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
238 template <
typename UserParametersT = CustomParameter>
240 m_userParametersHasBeenSet =
true;
241 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
249 template <
typename RequestIdT = Aws::String>
251 m_requestIdHasBeenSet =
true;
252 m_requestId = std::forward<RequestIdT>(value);
254 template <
typename RequestIdT = Aws::String>
286 bool m_idHasBeenSet =
false;
287 bool m_domainIdHasBeenSet =
false;
288 bool m_awsAccountIdHasBeenSet =
false;
289 bool m_awsAccountRegionHasBeenSet =
false;
290 bool m_createdByHasBeenSet =
false;
291 bool m_createdAtHasBeenSet =
false;
292 bool m_updatedAtHasBeenSet =
false;
293 bool m_nameHasBeenSet =
false;
294 bool m_descriptionHasBeenSet =
false;
295 bool m_environmentBlueprintIdHasBeenSet =
false;
296 bool m_projectIdHasBeenSet =
false;
297 bool m_userParametersHasBeenSet =
false;
298 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)
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