7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/datazone/model/EnvironmentStatus.h>
49 template<
typename AwsAccountIdT = Aws::String>
50 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
51 template<
typename AwsAccountIdT = Aws::String>
61 template<
typename AwsAccountRegionT = Aws::String>
62 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
63 template<
typename AwsAccountRegionT = Aws::String>
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
74 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
75 template<
typename CreatedAtT = Aws::Utils::DateTime>
85 template<
typename CreatedByT = Aws::String>
86 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
87 template<
typename CreatedByT = Aws::String>
97 template<
typename DescriptionT = Aws::String>
98 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
99 template<
typename DescriptionT = Aws::String>
110 template<
typename DomainIdT = Aws::String>
111 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
112 template<
typename DomainIdT = Aws::String>
122 template<
typename EnvironmentConfigurationIdT = Aws::String>
123 void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT&& value) { m_environmentConfigurationIdHasBeenSet =
true; m_environmentConfigurationId = std::forward<EnvironmentConfigurationIdT>(value); }
124 template<
typename EnvironmentConfigurationIdT = Aws::String>
135 template<
typename EnvironmentProfileIdT = Aws::String>
136 void SetEnvironmentProfileId(EnvironmentProfileIdT&& value) { m_environmentProfileIdHasBeenSet =
true; m_environmentProfileId = std::forward<EnvironmentProfileIdT>(value); }
137 template<
typename EnvironmentProfileIdT = Aws::String>
147 template<
typename IdT = Aws::String>
148 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
149 template<
typename IdT = Aws::String>
159 template<
typename NameT = Aws::String>
160 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
161 template<
typename NameT = Aws::String>
171 template<
typename ProjectIdT = Aws::String>
172 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
173 template<
typename ProjectIdT = Aws::String>
183 template<
typename Prov
iderT = Aws::String>
184 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
185 template<
typename Prov
iderT = Aws::String>
205 template<
typename UpdatedAtT = Aws::Utils::DateTime>
206 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
207 template<
typename UpdatedAtT = Aws::Utils::DateTime>
213 bool m_awsAccountIdHasBeenSet =
false;
216 bool m_awsAccountRegionHasBeenSet =
false;
219 bool m_createdAtHasBeenSet =
false;
222 bool m_createdByHasBeenSet =
false;
225 bool m_descriptionHasBeenSet =
false;
228 bool m_domainIdHasBeenSet =
false;
231 bool m_environmentConfigurationIdHasBeenSet =
false;
234 bool m_environmentProfileIdHasBeenSet =
false;
237 bool m_idHasBeenSet =
false;
240 bool m_nameHasBeenSet =
false;
243 bool m_projectIdHasBeenSet =
false;
246 bool m_providerHasBeenSet =
false;
249 bool m_statusHasBeenSet =
false;
252 bool m_updatedAtHasBeenSet =
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