7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/EnvironmentStatus.h>
42 template <
typename ProjectIdT = Aws::String>
44 m_projectIdHasBeenSet =
true;
45 m_projectId = std::forward<ProjectIdT>(value);
47 template <
typename ProjectIdT = Aws::String>
60 template <
typename IdT = Aws::String>
62 m_idHasBeenSet =
true;
63 m_id = std::forward<IdT>(value);
65 template <
typename IdT = Aws::String>
67 SetId(std::forward<IdT>(value));
79 template <
typename DomainIdT = Aws::String>
81 m_domainIdHasBeenSet =
true;
82 m_domainId = std::forward<DomainIdT>(value);
84 template <
typename DomainIdT = Aws::String>
97 template <
typename CreatedByT = Aws::String>
99 m_createdByHasBeenSet =
true;
100 m_createdBy = std::forward<CreatedByT>(value);
102 template <
typename CreatedByT = Aws::String>
115 template <
typename CreatedAtT = Aws::Utils::DateTime>
117 m_createdAtHasBeenSet =
true;
118 m_createdAt = std::forward<CreatedAtT>(value);
120 template <
typename CreatedAtT = Aws::Utils::DateTime>
133 template <
typename UpdatedAtT = Aws::Utils::DateTime>
135 m_updatedAtHasBeenSet =
true;
136 m_updatedAt = std::forward<UpdatedAtT>(value);
138 template <
typename UpdatedAtT = Aws::Utils::DateTime>
151 template <
typename NameT = Aws::String>
153 m_nameHasBeenSet =
true;
154 m_name = std::forward<NameT>(value);
156 template <
typename NameT = Aws::String>
158 SetName(std::forward<NameT>(value));
169 template <
typename DescriptionT = Aws::String>
171 m_descriptionHasBeenSet =
true;
172 m_description = std::forward<DescriptionT>(value);
174 template <
typename DescriptionT = Aws::String>
188 template <
typename EnvironmentProfileIdT = Aws::String>
190 m_environmentProfileIdHasBeenSet =
true;
191 m_environmentProfileId = std::forward<EnvironmentProfileIdT>(value);
193 template <
typename EnvironmentProfileIdT = Aws::String>
207 template <
typename AwsAccountIdT = Aws::String>
209 m_awsAccountIdHasBeenSet =
true;
210 m_awsAccountId = std::forward<AwsAccountIdT>(value);
212 template <
typename AwsAccountIdT = Aws::String>
225 template <
typename AwsAccountRegionT = Aws::String>
227 m_awsAccountRegionHasBeenSet =
true;
228 m_awsAccountRegion = std::forward<AwsAccountRegionT>(value);
230 template <
typename AwsAccountRegionT = Aws::String>
243 template <
typename Prov
iderT = Aws::String>
245 m_providerHasBeenSet =
true;
246 m_provider = std::forward<ProviderT>(value);
248 template <
typename Prov
iderT = Aws::String>
262 m_statusHasBeenSet =
true;
277 template <
typename EnvironmentConfigurationIdT = Aws::String>
279 m_environmentConfigurationIdHasBeenSet =
true;
280 m_environmentConfigurationId = std::forward<EnvironmentConfigurationIdT>(value);
282 template <
typename EnvironmentConfigurationIdT = Aws::String>
316 bool m_projectIdHasBeenSet =
false;
317 bool m_idHasBeenSet =
false;
318 bool m_domainIdHasBeenSet =
false;
319 bool m_createdByHasBeenSet =
false;
320 bool m_createdAtHasBeenSet =
false;
321 bool m_updatedAtHasBeenSet =
false;
322 bool m_nameHasBeenSet =
false;
323 bool m_descriptionHasBeenSet =
false;
324 bool m_environmentProfileIdHasBeenSet =
false;
325 bool m_awsAccountIdHasBeenSet =
false;
326 bool m_awsAccountRegionHasBeenSet =
false;
327 bool m_providerHasBeenSet =
false;
328 bool m_statusHasBeenSet =
false;
329 bool m_environmentConfigurationIdHasBeenSet =
false;
bool AwsAccountIdHasBeenSet() const
EnvironmentSummary & WithCreatedAt(CreatedAtT &&value)
EnvironmentSummary & WithEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
EnvironmentSummary & WithId(IdT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetId() const
const Aws::String & GetName() const
void SetEnvironmentProfileId(EnvironmentProfileIdT &&value)
bool DescriptionHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool StatusHasBeenSet() const
EnvironmentStatus GetStatus() const
void SetCreatedAt(CreatedAtT &&value)
bool IdHasBeenSet() const
void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
EnvironmentSummary & WithCreatedBy(CreatedByT &&value)
void SetProvider(ProviderT &&value)
bool NameHasBeenSet() const
const Aws::String & GetDomainId() const
bool CreatedAtHasBeenSet() const
bool AwsAccountRegionHasBeenSet() const
bool EnvironmentConfigurationIdHasBeenSet() const
void SetProjectId(ProjectIdT &&value)
const Aws::String & GetDescription() const
EnvironmentSummary & WithProvider(ProviderT &&value)
EnvironmentSummary & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API EnvironmentSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCreatedBy() const
EnvironmentSummary & WithDomainId(DomainIdT &&value)
AWS_DATAZONE_API EnvironmentSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetEnvironmentConfigurationId() const
bool EnvironmentProfileIdHasBeenSet() const
void SetStatus(EnvironmentStatus value)
EnvironmentSummary & WithStatus(EnvironmentStatus value)
EnvironmentSummary & WithName(NameT &&value)
EnvironmentSummary & WithAwsAccountId(AwsAccountIdT &&value)
EnvironmentSummary & WithDescription(DescriptionT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
bool UpdatedAtHasBeenSet() const
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetAwsAccountRegion() const
const Aws::String & GetAwsAccountId() const
const Aws::String & GetProvider() const
void SetUpdatedAt(UpdatedAtT &&value)
bool ProjectIdHasBeenSet() const
EnvironmentSummary & WithAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetEnvironmentProfileId() const
EnvironmentSummary & WithEnvironmentProfileId(EnvironmentProfileIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API EnvironmentSummary()=default
bool CreatedByHasBeenSet() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
bool ProviderHasBeenSet() const
void SetDescription(DescriptionT &&value)
EnvironmentSummary & WithProjectId(ProjectIdT &&value)
const Aws::String & GetProjectId() const
bool DomainIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue