7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
41 template <
typename IdT = Aws::String>
43 m_idHasBeenSet =
true;
44 m_id = std::forward<IdT>(value);
46 template <
typename IdT = Aws::String>
48 SetId(std::forward<IdT>(value));
60 template <
typename DomainIdT = Aws::String>
62 m_domainIdHasBeenSet =
true;
63 m_domainId = std::forward<DomainIdT>(value);
65 template <
typename DomainIdT = Aws::String>
79 template <
typename AwsAccountIdT = Aws::String>
81 m_awsAccountIdHasBeenSet =
true;
82 m_awsAccountId = std::forward<AwsAccountIdT>(value);
84 template <
typename AwsAccountIdT = Aws::String>
97 template <
typename AwsAccountRegionT = Aws::String>
99 m_awsAccountRegionHasBeenSet =
true;
100 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
102 template <
typename AwsAccountRegionT = Aws::String>
115 template <
typename CreatedByT = Aws::String>
117 m_createdByHasBeenSet =
true;
118 m_createdBy = std::forward<CreatedByT>(value);
120 template <
typename CreatedByT = Aws::String>
133 template <
typename CreatedAtT = Aws::Utils::DateTime>
135 m_createdAtHasBeenSet =
true;
136 m_createdAt = std::forward<CreatedAtT>(value);
138 template <
typename CreatedAtT = Aws::Utils::DateTime>
151 template <
typename UpdatedAtT = Aws::Utils::DateTime>
153 m_updatedAtHasBeenSet =
true;
154 m_updatedAt = std::forward<UpdatedAtT>(value);
156 template <
typename UpdatedAtT = Aws::Utils::DateTime>
169 template <
typename NameT = Aws::String>
171 m_nameHasBeenSet =
true;
172 m_name = std::forward<NameT>(value);
174 template <
typename NameT = Aws::String>
176 SetName(std::forward<NameT>(value));
187 template <
typename DescriptionT = Aws::String>
189 m_descriptionHasBeenSet =
true;
190 m_description = std::forward<DescriptionT>(value);
192 template <
typename DescriptionT = Aws::String>
206 template <
typename EnvironmentBluepr
intIdT = Aws::String>
208 m_environmentBlueprintIdHasBeenSet =
true;
209 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
211 template <
typename EnvironmentBluepr
intIdT = Aws::String>
224 template <
typename ProjectIdT = Aws::String>
226 m_projectIdHasBeenSet =
true;
227 m_projectId = std::forward<ProjectIdT>(value);
229 template <
typename ProjectIdT = Aws::String>
257 bool m_idHasBeenSet =
false;
258 bool m_domainIdHasBeenSet =
false;
259 bool m_awsAccountIdHasBeenSet =
false;
260 bool m_awsAccountRegionHasBeenSet =
false;
261 bool m_createdByHasBeenSet =
false;
262 bool m_createdAtHasBeenSet =
false;
263 bool m_updatedAtHasBeenSet =
false;
264 bool m_nameHasBeenSet =
false;
265 bool m_descriptionHasBeenSet =
false;
266 bool m_environmentBlueprintIdHasBeenSet =
false;
267 bool m_projectIdHasBeenSet =
false;
EnvironmentProfileSummary & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool DomainIdHasBeenSet() const
bool CreatedByHasBeenSet() const
bool AwsAccountIdHasBeenSet() const
void SetName(NameT &&value)
bool DescriptionHasBeenSet() const
EnvironmentProfileSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API EnvironmentProfileSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
EnvironmentProfileSummary & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetDomainId() const
const Aws::String & GetCreatedBy() const
EnvironmentProfileSummary & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
AWS_DATAZONE_API EnvironmentProfileSummary(Aws::Utils::Json::JsonView jsonValue)
bool CreatedAtHasBeenSet() const
const Aws::String & GetEnvironmentBlueprintId() const
bool AwsAccountRegionHasBeenSet() const
void SetProjectId(ProjectIdT &&value)
bool IdHasBeenSet() const
EnvironmentProfileSummary & WithDomainId(DomainIdT &&value)
bool NameHasBeenSet() const
bool UpdatedAtHasBeenSet() const
AWS_DATAZONE_API EnvironmentProfileSummary()=default
const Aws::String & GetAwsAccountId() const
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
const Aws::String & GetName() const
const Aws::String & GetProjectId() const
bool ProjectIdHasBeenSet() const
const Aws::String & GetDescription() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAwsAccountId(AwsAccountIdT &&value)
EnvironmentProfileSummary & WithCreatedBy(CreatedByT &&value)
EnvironmentProfileSummary & WithId(IdT &&value)
void SetDomainId(DomainIdT &&value)
EnvironmentProfileSummary & WithAwsAccountRegion(AwsAccountRegionT &&value)
EnvironmentProfileSummary & WithProjectId(ProjectIdT &&value)
EnvironmentProfileSummary & WithAwsAccountId(AwsAccountIdT &&value)
void SetCreatedBy(CreatedByT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetAwsAccountRegion() const
EnvironmentProfileSummary & WithDescription(DescriptionT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
bool EnvironmentBlueprintIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue