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>
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>
289 bool m_idHasBeenSet =
false;
290 bool m_domainIdHasBeenSet =
false;
291 bool m_awsAccountIdHasBeenSet =
false;
292 bool m_awsAccountRegionHasBeenSet =
false;
293 bool m_createdByHasBeenSet =
false;
294 bool m_createdAtHasBeenSet =
false;
295 bool m_updatedAtHasBeenSet =
false;
296 bool m_nameHasBeenSet =
false;
297 bool m_descriptionHasBeenSet =
false;
298 bool m_environmentBlueprintIdHasBeenSet =
false;
299 bool m_projectIdHasBeenSet =
false;
300 bool m_userParametersHasBeenSet =
false;
301 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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