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/DeploymentProperties.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/Deployment.h>
13#include <aws/datazone/model/ProvisioningProperties.h>
14#include <aws/datazone/model/EnvironmentStatus.h>
15#include <aws/datazone/model/ConfigurableEnvironmentAction.h>
16#include <aws/datazone/model/Resource.h>
17#include <aws/datazone/model/CustomParameter.h>
22template<
typename RESULT_TYPE>
23class AmazonWebServiceResult;
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>
60 template<
typename AwsAccountRegionT = Aws::String>
61 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
62 template<
typename AwsAccountRegionT = Aws::String>
71 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
73 template<
typename CreatedAtT = Aws::Utils::DateTime>
82 template<
typename CreatedByT = Aws::String>
83 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
84 template<
typename CreatedByT = Aws::String>
93 template<
typename DeploymentPropertiesT = DeploymentProperties>
94 void SetDeploymentProperties(DeploymentPropertiesT&& value) { m_deploymentPropertiesHasBeenSet =
true; m_deploymentProperties = std::forward<DeploymentPropertiesT>(value); }
95 template<
typename DeploymentPropertiesT = DeploymentProperties>
104 template<
typename DescriptionT = Aws::String>
105 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
106 template<
typename DescriptionT = Aws::String>
115 template<
typename DomainIdT = Aws::String>
116 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
117 template<
typename DomainIdT = Aws::String>
126 template<
typename EnvironmentActionsT = Aws::Vector<ConfigurableEnvironmentAction>>
127 void SetEnvironmentActions(EnvironmentActionsT&& value) { m_environmentActionsHasBeenSet =
true; m_environmentActions = std::forward<EnvironmentActionsT>(value); }
128 template<
typename EnvironmentActionsT = Aws::Vector<ConfigurableEnvironmentAction>>
130 template<
typename EnvironmentActionsT = ConfigurableEnvironmentAction>
139 template<
typename EnvironmentBluepr
intIdT = Aws::String>
140 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet =
true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
141 template<
typename EnvironmentBluepr
intIdT = Aws::String>
150 template<
typename EnvironmentConfigurationIdT = Aws::String>
151 void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT&& value) { m_environmentConfigurationIdHasBeenSet =
true; m_environmentConfigurationId = std::forward<EnvironmentConfigurationIdT>(value); }
152 template<
typename EnvironmentConfigurationIdT = Aws::String>
161 template<
typename EnvironmentProfileIdT = Aws::String>
162 void SetEnvironmentProfileId(EnvironmentProfileIdT&& value) { m_environmentProfileIdHasBeenSet =
true; m_environmentProfileId = std::forward<EnvironmentProfileIdT>(value); }
163 template<
typename EnvironmentProfileIdT = Aws::String>
172 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
173 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
174 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
176 template<
typename GlossaryTermsT = Aws::String>
185 template<
typename IdT = Aws::String>
186 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
187 template<
typename IdT = Aws::String>
196 template<
typename LastDeploymentT = Deployment>
197 void SetLastDeployment(LastDeploymentT&& value) { m_lastDeploymentHasBeenSet =
true; m_lastDeployment = std::forward<LastDeploymentT>(value); }
198 template<
typename LastDeploymentT = Deployment>
207 template<
typename NameT = Aws::String>
208 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
209 template<
typename NameT = Aws::String>
219 template<
typename ProjectIdT = Aws::String>
220 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
221 template<
typename ProjectIdT = Aws::String>
230 template<
typename Prov
iderT = Aws::String>
231 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
232 template<
typename Prov
iderT = Aws::String>
241 template<
typename ProvisionedResourcesT = Aws::Vector<Resource>>
242 void SetProvisionedResources(ProvisionedResourcesT&& value) { m_provisionedResourcesHasBeenSet =
true; m_provisionedResources = std::forward<ProvisionedResourcesT>(value); }
243 template<
typename ProvisionedResourcesT = Aws::Vector<Resource>>
245 template<
typename ProvisionedResourcesT = Resource>
254 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
255 void SetProvisioningProperties(ProvisioningPropertiesT&& value) { m_provisioningPropertiesHasBeenSet =
true; m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value); }
256 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
274 template<
typename UpdatedAtT = Aws::Utils::DateTime>
275 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
276 template<
typename UpdatedAtT = Aws::Utils::DateTime>
285 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
286 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
287 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
289 template<
typename UserParametersT = CustomParameter>
296 template<
typename RequestIdT = Aws::String>
297 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
298 template<
typename RequestIdT = Aws::String>
304 bool m_awsAccountIdHasBeenSet =
false;
307 bool m_awsAccountRegionHasBeenSet =
false;
310 bool m_createdAtHasBeenSet =
false;
313 bool m_createdByHasBeenSet =
false;
315 DeploymentProperties m_deploymentProperties;
316 bool m_deploymentPropertiesHasBeenSet =
false;
319 bool m_descriptionHasBeenSet =
false;
322 bool m_domainIdHasBeenSet =
false;
325 bool m_environmentActionsHasBeenSet =
false;
328 bool m_environmentBlueprintIdHasBeenSet =
false;
331 bool m_environmentConfigurationIdHasBeenSet =
false;
334 bool m_environmentProfileIdHasBeenSet =
false;
337 bool m_glossaryTermsHasBeenSet =
false;
340 bool m_idHasBeenSet =
false;
342 Deployment m_lastDeployment;
343 bool m_lastDeploymentHasBeenSet =
false;
346 bool m_nameHasBeenSet =
false;
349 bool m_projectIdHasBeenSet =
false;
352 bool m_providerHasBeenSet =
false;
355 bool m_provisionedResourcesHasBeenSet =
false;
357 ProvisioningProperties m_provisioningProperties;
358 bool m_provisioningPropertiesHasBeenSet =
false;
361 bool m_statusHasBeenSet =
false;
364 bool m_updatedAtHasBeenSet =
false;
367 bool m_userParametersHasBeenSet =
false;
370 bool m_requestIdHasBeenSet =
false;
GetEnvironmentResult & AddGlossaryTerms(GlossaryTermsT &&value)
void SetEnvironmentProfileId(EnvironmentProfileIdT &&value)
GetEnvironmentResult & WithCreatedBy(CreatedByT &&value)
void SetStatus(EnvironmentStatus value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAwsAccountId() const
GetEnvironmentResult & WithAwsAccountId(AwsAccountIdT &&value)
GetEnvironmentResult & AddUserParameters(UserParametersT &&value)
GetEnvironmentResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
GetEnvironmentResult & WithProvisioningProperties(ProvisioningPropertiesT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
GetEnvironmentResult & WithDomainId(DomainIdT &&value)
GetEnvironmentResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetEnvironmentConfigurationId() const
GetEnvironmentResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
const Aws::String & GetCreatedBy() const
const Aws::String & GetProvider() const
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetCreatedBy(CreatedByT &&value)
const Aws::String & GetEnvironmentProfileId() const
GetEnvironmentResult & WithId(IdT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetId() const
void SetAwsAccountId(AwsAccountIdT &&value)
GetEnvironmentResult & WithProvisionedResources(ProvisionedResourcesT &&value)
GetEnvironmentResult & AddEnvironmentActions(EnvironmentActionsT &&value)
const Aws::String & GetDomainId() const
const ProvisioningProperties & GetProvisioningProperties() const
void SetProvider(ProviderT &&value)
GetEnvironmentResult & WithEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
GetEnvironmentResult & WithUserParameters(UserParametersT &&value)
const Aws::Vector< ConfigurableEnvironmentAction > & GetEnvironmentActions() const
EnvironmentStatus GetStatus() const
void SetDeploymentProperties(DeploymentPropertiesT &&value)
GetEnvironmentResult & AddProvisionedResources(ProvisionedResourcesT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
void SetProjectId(ProjectIdT &&value)
void SetEnvironmentActions(EnvironmentActionsT &&value)
GetEnvironmentResult & WithCreatedAt(CreatedAtT &&value)
GetEnvironmentResult & WithDescription(DescriptionT &&value)
const Aws::String & GetAwsAccountRegion() const
void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
const Deployment & GetLastDeployment() const
const Aws::Vector< Resource > & GetProvisionedResources() const
const DeploymentProperties & GetDeploymentProperties() const
void SetLastDeployment(LastDeploymentT &&value)
const Aws::String & GetDescription() const
GetEnvironmentResult & WithProjectId(ProjectIdT &&value)
GetEnvironmentResult & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
void SetDomainId(DomainIdT &&value)
const Aws::String & GetProjectId() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
GetEnvironmentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_DATAZONE_API GetEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
GetEnvironmentResult & WithLastDeployment(LastDeploymentT &&value)
GetEnvironmentResult & WithStatus(EnvironmentStatus value)
void SetUserParameters(UserParametersT &&value)
GetEnvironmentResult & WithProvider(ProviderT &&value)
GetEnvironmentResult & WithEnvironmentProfileId(EnvironmentProfileIdT &&value)
AWS_DATAZONE_API GetEnvironmentResult()=default
const Aws::String & GetName() const
GetEnvironmentResult & WithDeploymentProperties(DeploymentPropertiesT &&value)
GetEnvironmentResult & WithName(NameT &&value)
GetEnvironmentResult & WithEnvironmentActions(EnvironmentActionsT &&value)
void SetCreatedAt(CreatedAtT &&value)
AWS_DATAZONE_API GetEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUpdatedAt(UpdatedAtT &&value)
void SetProvisionedResources(ProvisionedResourcesT &&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