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/EnvironmentConfiguration.h>
13#include <aws/datazone/model/ResourceTagParameter.h>
14#include <aws/datazone/model/Status.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename DomainIdT = Aws::String>
42 m_domainIdHasBeenSet =
true;
43 m_domainId = std::forward<DomainIdT>(value);
45 template <
typename DomainIdT = Aws::String>
57 template <
typename IdT = Aws::String>
59 m_idHasBeenSet =
true;
60 m_id = std::forward<IdT>(value);
62 template <
typename IdT = Aws::String>
64 SetId(std::forward<IdT>(value));
74 template <
typename NameT = Aws::String>
76 m_nameHasBeenSet =
true;
77 m_name = std::forward<NameT>(value);
79 template <
typename NameT = Aws::String>
81 SetName(std::forward<NameT>(value));
91 template <
typename DescriptionT = Aws::String>
93 m_descriptionHasBeenSet =
true;
94 m_description = std::forward<DescriptionT>(value);
96 template <
typename DescriptionT = Aws::String>
109 m_statusHasBeenSet =
true;
123 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
125 m_projectResourceTagsHasBeenSet =
true;
126 m_projectResourceTags = std::forward<ProjectResourceTagsT>(value);
128 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
133 template <
typename ProjectResourceTagsT = ResourceTagParameter>
135 m_projectResourceTagsHasBeenSet =
true;
136 m_projectResourceTags.emplace_back(std::forward<ProjectResourceTagsT>(value));
147 m_allowCustomProjectResourceTagsHasBeenSet =
true;
148 m_allowCustomProjectResourceTags = value;
162 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
164 m_projectResourceTagsDescriptionHasBeenSet =
true;
165 m_projectResourceTagsDescription = std::forward<ProjectResourceTagsDescriptionT>(value);
167 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
179 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
181 m_environmentConfigurationsHasBeenSet =
true;
182 m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value);
184 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
189 template <
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
191 m_environmentConfigurationsHasBeenSet =
true;
192 m_environmentConfigurations.emplace_back(std::forward<EnvironmentConfigurationsT>(value));
202 template <
typename CreatedByT = Aws::String>
204 m_createdByHasBeenSet =
true;
205 m_createdBy = std::forward<CreatedByT>(value);
207 template <
typename CreatedByT = Aws::String>
219 template <
typename CreatedAtT = Aws::Utils::DateTime>
221 m_createdAtHasBeenSet =
true;
222 m_createdAt = std::forward<CreatedAtT>(value);
224 template <
typename CreatedAtT = Aws::Utils::DateTime>
236 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
238 m_lastUpdatedAtHasBeenSet =
true;
239 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
241 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
253 template <
typename DomainUnitIdT = Aws::String>
255 m_domainUnitIdHasBeenSet =
true;
256 m_domainUnitId = std::forward<DomainUnitIdT>(value);
258 template <
typename DomainUnitIdT = Aws::String>
268 template <
typename RequestIdT = Aws::String>
270 m_requestIdHasBeenSet =
true;
271 m_requestId = std::forward<RequestIdT>(value);
273 template <
typename RequestIdT = Aws::String>
294 bool m_allowCustomProjectResourceTags{
false};
310 bool m_domainIdHasBeenSet =
false;
311 bool m_idHasBeenSet =
false;
312 bool m_nameHasBeenSet =
false;
313 bool m_descriptionHasBeenSet =
false;
314 bool m_statusHasBeenSet =
false;
315 bool m_projectResourceTagsHasBeenSet =
false;
316 bool m_allowCustomProjectResourceTagsHasBeenSet =
false;
317 bool m_projectResourceTagsDescriptionHasBeenSet =
false;
318 bool m_environmentConfigurationsHasBeenSet =
false;
319 bool m_createdByHasBeenSet =
false;
320 bool m_createdAtHasBeenSet =
false;
321 bool m_lastUpdatedAtHasBeenSet =
false;
322 bool m_domainUnitIdHasBeenSet =
false;
323 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetDescription() const
GetProjectProfileResult & WithStatus(Status value)
void SetProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
void SetProjectResourceTags(ProjectResourceTagsT &&value)
const Aws::String & GetRequestId() const
GetProjectProfileResult & WithDomainUnitId(DomainUnitIdT &&value)
AWS_DATAZONE_API GetProjectProfileResult()=default
GetProjectProfileResult & WithCreatedBy(CreatedByT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
GetProjectProfileResult & WithRequestId(RequestIdT &&value)
GetProjectProfileResult & WithDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetProjectProfileResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
GetProjectProfileResult & WithId(IdT &&value)
GetProjectProfileResult & AddEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
GetProjectProfileResult & WithDomainId(DomainIdT &&value)
GetProjectProfileResult & WithProjectResourceTags(ProjectResourceTagsT &&value)
void SetEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
void SetDomainUnitId(DomainUnitIdT &&value)
void SetStatus(Status value)
GetProjectProfileResult & WithProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::Vector< ResourceTagParameter > & GetProjectResourceTags() const
const Aws::Vector< EnvironmentConfiguration > & GetEnvironmentConfigurations() const
void SetName(NameT &&value)
GetProjectProfileResult & WithEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetName() const
GetProjectProfileResult & WithName(NameT &&value)
GetProjectProfileResult & WithAllowCustomProjectResourceTags(bool value)
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API GetProjectProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
bool GetAllowCustomProjectResourceTags() const
GetProjectProfileResult & AddProjectResourceTags(ProjectResourceTagsT &&value)
const Aws::String & GetCreatedBy() const
void SetCreatedBy(CreatedByT &&value)
GetProjectProfileResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetProjectResourceTagsDescription() const
void SetAllowCustomProjectResourceTags(bool value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_DATAZONE_API GetProjectProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
const Aws::String & GetId() const
const Aws::String & GetDomainUnitId() 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