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>
90 template <
typename AwsAccountRegionT = Aws::String>
92 m_awsAccountRegionHasBeenSet =
true;
93 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
95 template <
typename AwsAccountRegionT = Aws::String>
107 template <
typename CreatedByT = Aws::String>
109 m_createdByHasBeenSet =
true;
110 m_createdBy = std::forward<CreatedByT>(value);
112 template <
typename CreatedByT = Aws::String>
124 template <
typename CreatedAtT = Aws::Utils::DateTime>
126 m_createdAtHasBeenSet =
true;
127 m_createdAt = std::forward<CreatedAtT>(value);
129 template <
typename CreatedAtT = Aws::Utils::DateTime>
141 template <
typename UpdatedAtT = Aws::Utils::DateTime>
143 m_updatedAtHasBeenSet =
true;
144 m_updatedAt = std::forward<UpdatedAtT>(value);
146 template <
typename UpdatedAtT = Aws::Utils::DateTime>
158 template <
typename NameT = Aws::String>
160 m_nameHasBeenSet =
true;
161 m_name = std::forward<NameT>(value);
163 template <
typename NameT = Aws::String>
165 SetName(std::forward<NameT>(value));
175 template <
typename DescriptionT = Aws::String>
177 m_descriptionHasBeenSet =
true;
178 m_description = std::forward<DescriptionT>(value);
180 template <
typename DescriptionT = Aws::String>
192 template <
typename EnvironmentBluepr
intIdT = Aws::String>
194 m_environmentBlueprintIdHasBeenSet =
true;
195 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
197 template <
typename EnvironmentBluepr
intIdT = Aws::String>
210 template <
typename ProjectIdT = Aws::String>
212 m_projectIdHasBeenSet =
true;
213 m_projectId = std::forward<ProjectIdT>(value);
215 template <
typename ProjectIdT = Aws::String>
227 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
229 m_userParametersHasBeenSet =
true;
230 m_userParameters = std::forward<UserParametersT>(value);
232 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
237 template <
typename UserParametersT = CustomParameter>
239 m_userParametersHasBeenSet =
true;
240 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
248 template <
typename RequestIdT = Aws::String>
250 m_requestIdHasBeenSet =
true;
251 m_requestId = std::forward<RequestIdT>(value);
253 template <
typename RequestIdT = Aws::String>
285 bool m_idHasBeenSet =
false;
286 bool m_domainIdHasBeenSet =
false;
287 bool m_awsAccountIdHasBeenSet =
false;
288 bool m_awsAccountRegionHasBeenSet =
false;
289 bool m_createdByHasBeenSet =
false;
290 bool m_createdAtHasBeenSet =
false;
291 bool m_updatedAtHasBeenSet =
false;
292 bool m_nameHasBeenSet =
false;
293 bool m_descriptionHasBeenSet =
false;
294 bool m_environmentBlueprintIdHasBeenSet =
false;
295 bool m_projectIdHasBeenSet =
false;
296 bool m_userParametersHasBeenSet =
false;
297 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< CustomParameter > & GetUserParameters() const
const Aws::Utils::DateTime & GetCreatedAt() const
GetEnvironmentProfileResult & WithDescription(DescriptionT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetProjectId() const
GetEnvironmentProfileResult & AddUserParameters(UserParametersT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
AWS_DATAZONE_API GetEnvironmentProfileResult()=default
GetEnvironmentProfileResult & WithId(IdT &&value)
void SetProjectId(ProjectIdT &&value)
GetEnvironmentProfileResult & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetCreatedBy() const
AWS_DATAZONE_API GetEnvironmentProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetRequestId() const
GetEnvironmentProfileResult & WithProjectId(ProjectIdT &&value)
GetEnvironmentProfileResult & WithUserParameters(UserParametersT &&value)
GetEnvironmentProfileResult & WithCreatedBy(CreatedByT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetAwsAccountRegion() const
GetEnvironmentProfileResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetDescription() const
void SetRequestId(RequestIdT &&value)
GetEnvironmentProfileResult & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
GetEnvironmentProfileResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetId() const
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
GetEnvironmentProfileResult & WithCreatedAt(CreatedAtT &&value)
GetEnvironmentProfileResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
const Aws::String & GetName() const
GetEnvironmentProfileResult & WithName(NameT &&value)
GetEnvironmentProfileResult & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API GetEnvironmentProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
void SetUserParameters(UserParametersT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetAwsAccountId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue