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/EnvironmentConfiguration.h>
12#include <aws/datazone/model/ResourceTagParameter.h>
13#include <aws/datazone/model/Status.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename DomainIdT = Aws::String>
41 m_domainIdHasBeenSet =
true;
42 m_domainId = std::forward<DomainIdT>(value);
44 template <
typename DomainIdT = Aws::String>
56 template <
typename IdT = Aws::String>
58 m_idHasBeenSet =
true;
59 m_id = std::forward<IdT>(value);
61 template <
typename IdT = Aws::String>
63 SetId(std::forward<IdT>(value));
73 template <
typename NameT = Aws::String>
75 m_nameHasBeenSet =
true;
76 m_name = std::forward<NameT>(value);
78 template <
typename NameT = Aws::String>
80 SetName(std::forward<NameT>(value));
90 template <
typename DescriptionT = Aws::String>
92 m_descriptionHasBeenSet =
true;
93 m_description = std::forward<DescriptionT>(value);
95 template <
typename DescriptionT = Aws::String>
108 m_statusHasBeenSet =
true;
122 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
124 m_projectResourceTagsHasBeenSet =
true;
125 m_projectResourceTags = std::forward<ProjectResourceTagsT>(value);
127 template <
typename ProjectResourceTagsT = Aws::Vector<ResourceTagParameter>>
132 template <
typename ProjectResourceTagsT = ResourceTagParameter>
134 m_projectResourceTagsHasBeenSet =
true;
135 m_projectResourceTags.emplace_back(std::forward<ProjectResourceTagsT>(value));
146 m_allowCustomProjectResourceTagsHasBeenSet =
true;
147 m_allowCustomProjectResourceTags = value;
161 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
163 m_projectResourceTagsDescriptionHasBeenSet =
true;
164 m_projectResourceTagsDescription = std::forward<ProjectResourceTagsDescriptionT>(value);
166 template <
typename ProjectResourceTagsDescriptionT = Aws::String>
178 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
180 m_environmentConfigurationsHasBeenSet =
true;
181 m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value);
183 template <
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
188 template <
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
190 m_environmentConfigurationsHasBeenSet =
true;
191 m_environmentConfigurations.emplace_back(std::forward<EnvironmentConfigurationsT>(value));
201 template <
typename CreatedByT = Aws::String>
203 m_createdByHasBeenSet =
true;
204 m_createdBy = std::forward<CreatedByT>(value);
206 template <
typename CreatedByT = Aws::String>
218 template <
typename CreatedAtT = Aws::Utils::DateTime>
220 m_createdAtHasBeenSet =
true;
221 m_createdAt = std::forward<CreatedAtT>(value);
223 template <
typename CreatedAtT = Aws::Utils::DateTime>
235 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
237 m_lastUpdatedAtHasBeenSet =
true;
238 m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value);
240 template <
typename LastUpdatedAtT = Aws::Utils::DateTime>
252 template <
typename DomainUnitIdT = Aws::String>
254 m_domainUnitIdHasBeenSet =
true;
255 m_domainUnitId = std::forward<DomainUnitIdT>(value);
257 template <
typename DomainUnitIdT = Aws::String>
267 template <
typename RequestIdT = Aws::String>
269 m_requestIdHasBeenSet =
true;
270 m_requestId = std::forward<RequestIdT>(value);
272 template <
typename RequestIdT = Aws::String>
291 bool m_allowCustomProjectResourceTags{
false};
306 bool m_domainIdHasBeenSet =
false;
307 bool m_idHasBeenSet =
false;
308 bool m_nameHasBeenSet =
false;
309 bool m_descriptionHasBeenSet =
false;
310 bool m_statusHasBeenSet =
false;
311 bool m_projectResourceTagsHasBeenSet =
false;
312 bool m_allowCustomProjectResourceTagsHasBeenSet =
false;
313 bool m_projectResourceTagsDescriptionHasBeenSet =
false;
314 bool m_environmentConfigurationsHasBeenSet =
false;
315 bool m_createdByHasBeenSet =
false;
316 bool m_createdAtHasBeenSet =
false;
317 bool m_lastUpdatedAtHasBeenSet =
false;
318 bool m_domainUnitIdHasBeenSet =
false;
319 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetProjectResourceTagsDescription() const
CreateProjectProfileResult & WithProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetDomainUnitId(DomainUnitIdT &&value)
CreateProjectProfileResult & WithId(IdT &&value)
CreateProjectProfileResult & WithDomainId(DomainIdT &&value)
void SetProjectResourceTagsDescription(ProjectResourceTagsDescriptionT &&value)
CreateProjectProfileResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCreatedBy() const
void SetDomainId(DomainIdT &&value)
CreateProjectProfileResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
CreateProjectProfileResult & WithCreatedAt(CreatedAtT &&value)
CreateProjectProfileResult & WithEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
CreateProjectProfileResult & WithDomainUnitId(DomainUnitIdT &&value)
CreateProjectProfileResult & WithName(NameT &&value)
void SetAllowCustomProjectResourceTags(bool value)
CreateProjectProfileResult & WithProjectResourceTags(ProjectResourceTagsT &&value)
bool GetAllowCustomProjectResourceTags() const
const Aws::String & GetDomainUnitId() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetId() const
CreateProjectProfileResult & AddProjectResourceTags(ProjectResourceTagsT &&value)
const Aws::String & GetDescription() const
void SetProjectResourceTags(ProjectResourceTagsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
CreateProjectProfileResult & WithStatus(Status value)
void SetCreatedBy(CreatedByT &&value)
AWS_DATAZONE_API CreateProjectProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API CreateProjectProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(Status value)
const Aws::Vector< EnvironmentConfiguration > & GetEnvironmentConfigurations() const
CreateProjectProfileResult & WithAllowCustomProjectResourceTags(bool value)
CreateProjectProfileResult & WithCreatedBy(CreatedByT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetName() const
CreateProjectProfileResult & WithDescription(DescriptionT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
CreateProjectProfileResult & AddEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
AWS_DATAZONE_API CreateProjectProfileResult()=default
const Aws::Vector< ResourceTagParameter > & GetProjectResourceTags() const
const Aws::String & GetDomainId() 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