7#include <aws/datazone/DataZone_EXPORTS.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/model/Status.h>
12#include <aws/datazone/model/EnvironmentConfiguration.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename CreatedAtT = Aws::Utils::DateTime>
45 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
46 template<
typename CreatedAtT = Aws::Utils::DateTime>
55 template<
typename CreatedByT = Aws::String>
56 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
57 template<
typename CreatedByT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
77 template<
typename DomainIdT = Aws::String>
78 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
79 template<
typename DomainIdT = Aws::String>
88 template<
typename DomainUnitIdT = Aws::String>
89 void SetDomainUnitId(DomainUnitIdT&& value) { m_domainUnitIdHasBeenSet =
true; m_domainUnitId = std::forward<DomainUnitIdT>(value); }
90 template<
typename DomainUnitIdT = Aws::String>
99 template<
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
100 void SetEnvironmentConfigurations(EnvironmentConfigurationsT&& value) { m_environmentConfigurationsHasBeenSet =
true; m_environmentConfigurations = std::forward<EnvironmentConfigurationsT>(value); }
101 template<
typename EnvironmentConfigurationsT = Aws::Vector<EnvironmentConfiguration>>
103 template<
typename EnvironmentConfigurationsT = EnvironmentConfiguration>
112 template<
typename IdT = Aws::String>
113 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
114 template<
typename IdT = Aws::String>
123 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
124 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
125 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
134 template<
typename NameT = Aws::String>
135 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
136 template<
typename NameT = Aws::String>
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_createdAtHasBeenSet =
false;
163 bool m_createdByHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
169 bool m_domainIdHasBeenSet =
false;
172 bool m_domainUnitIdHasBeenSet =
false;
175 bool m_environmentConfigurationsHasBeenSet =
false;
178 bool m_idHasBeenSet =
false;
181 bool m_lastUpdatedAtHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
187 bool m_statusHasBeenSet =
false;
190 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateProjectProfileResult & WithLastUpdatedAt(LastUpdatedAtT &&value)
UpdateProjectProfileResult & WithId(IdT &&value)
const Aws::String & GetDescription() const
UpdateProjectProfileResult & WithDescription(DescriptionT &&value)
UpdateProjectProfileResult & WithStatus(Status value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
const Aws::String & GetDomainUnitId() const
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API UpdateProjectProfileResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateProjectProfileResult & WithCreatedAt(CreatedAtT &&value)
const Aws::String & GetCreatedBy() const
AWS_DATAZONE_API UpdateProjectProfileResult()=default
UpdateProjectProfileResult & WithCreatedBy(CreatedByT &&value)
UpdateProjectProfileResult & AddEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
UpdateProjectProfileResult & WithEnvironmentConfigurations(EnvironmentConfigurationsT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
UpdateProjectProfileResult & WithDomainId(DomainIdT &&value)
UpdateProjectProfileResult & WithDomainUnitId(DomainUnitIdT &&value)
const Aws::String & GetName() const
const Aws::Vector< EnvironmentConfiguration > & GetEnvironmentConfigurations() const
UpdateProjectProfileResult & WithName(NameT &&value)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
void SetCreatedBy(CreatedByT &&value)
UpdateProjectProfileResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API UpdateProjectProfileResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetId() const
void SetDomainUnitId(DomainUnitIdT &&value)
const Aws::String & GetDomainId() const
void SetStatus(Status value)
void SetEnvironmentConfigurations(EnvironmentConfigurationsT &&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