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;
50 template<
typename AwsAccountIdT = Aws::String>
51 void SetAwsAccountId(AwsAccountIdT&& value) { m_awsAccountIdHasBeenSet =
true; m_awsAccountId = std::forward<AwsAccountIdT>(value); }
52 template<
typename AwsAccountIdT = Aws::String>
62 template<
typename AwsAccountRegionT = Aws::String>
63 void SetAwsAccountRegion(AwsAccountRegionT&& value) { m_awsAccountRegionHasBeenSet =
true; m_awsAccountRegion = std::forward<AwsAccountRegionT>(value); }
64 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>
84 template<
typename CreatedByT = Aws::String>
85 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
86 template<
typename CreatedByT = Aws::String>
95 template<
typename DeploymentPropertiesT = DeploymentProperties>
96 void SetDeploymentProperties(DeploymentPropertiesT&& value) { m_deploymentPropertiesHasBeenSet =
true; m_deploymentProperties = std::forward<DeploymentPropertiesT>(value); }
97 template<
typename DeploymentPropertiesT = DeploymentProperties>
106 template<
typename DescriptionT = Aws::String>
107 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
108 template<
typename DescriptionT = Aws::String>
118 template<
typename DomainIdT = Aws::String>
119 void SetDomainId(DomainIdT&& value) { m_domainIdHasBeenSet =
true; m_domainId = std::forward<DomainIdT>(value); }
120 template<
typename DomainIdT = Aws::String>
129 template<
typename EnvironmentActionsT = Aws::Vector<ConfigurableEnvironmentAction>>
130 void SetEnvironmentActions(EnvironmentActionsT&& value) { m_environmentActionsHasBeenSet =
true; m_environmentActions = std::forward<EnvironmentActionsT>(value); }
131 template<
typename EnvironmentActionsT = Aws::Vector<ConfigurableEnvironmentAction>>
133 template<
typename EnvironmentActionsT = ConfigurableEnvironmentAction>
143 template<
typename EnvironmentBluepr
intIdT = Aws::String>
144 void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT&& value) { m_environmentBlueprintIdHasBeenSet =
true; m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value); }
145 template<
typename EnvironmentBluepr
intIdT = Aws::String>
154 template<
typename EnvironmentConfigurationIdT = Aws::String>
155 void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT&& value) { m_environmentConfigurationIdHasBeenSet =
true; m_environmentConfigurationId = std::forward<EnvironmentConfigurationIdT>(value); }
156 template<
typename EnvironmentConfigurationIdT = Aws::String>
166 template<
typename EnvironmentProfileIdT = Aws::String>
167 void SetEnvironmentProfileId(EnvironmentProfileIdT&& value) { m_environmentProfileIdHasBeenSet =
true; m_environmentProfileId = std::forward<EnvironmentProfileIdT>(value); }
168 template<
typename EnvironmentProfileIdT = Aws::String>
177 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
178 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
179 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
181 template<
typename GlossaryTermsT = Aws::String>
190 template<
typename IdT = Aws::String>
191 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
192 template<
typename IdT = Aws::String>
201 template<
typename LastDeploymentT = Deployment>
202 void SetLastDeployment(LastDeploymentT&& value) { m_lastDeploymentHasBeenSet =
true; m_lastDeployment = std::forward<LastDeploymentT>(value); }
203 template<
typename LastDeploymentT = Deployment>
212 template<
typename NameT = Aws::String>
213 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
214 template<
typename NameT = Aws::String>
224 template<
typename ProjectIdT = Aws::String>
225 void SetProjectId(ProjectIdT&& value) { m_projectIdHasBeenSet =
true; m_projectId = std::forward<ProjectIdT>(value); }
226 template<
typename ProjectIdT = Aws::String>
235 template<
typename Prov
iderT = Aws::String>
236 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
237 template<
typename Prov
iderT = Aws::String>
246 template<
typename ProvisionedResourcesT = Aws::Vector<Resource>>
247 void SetProvisionedResources(ProvisionedResourcesT&& value) { m_provisionedResourcesHasBeenSet =
true; m_provisionedResources = std::forward<ProvisionedResourcesT>(value); }
248 template<
typename ProvisionedResourcesT = Aws::Vector<Resource>>
250 template<
typename ProvisionedResourcesT = Resource>
259 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
260 void SetProvisioningProperties(ProvisioningPropertiesT&& value) { m_provisioningPropertiesHasBeenSet =
true; m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value); }
261 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
279 template<
typename UpdatedAtT = Aws::Utils::DateTime>
280 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
281 template<
typename UpdatedAtT = Aws::Utils::DateTime>
290 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
291 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
292 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
294 template<
typename UserParametersT = CustomParameter>
301 template<
typename RequestIdT = Aws::String>
302 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
303 template<
typename RequestIdT = Aws::String>
309 bool m_awsAccountIdHasBeenSet =
false;
312 bool m_awsAccountRegionHasBeenSet =
false;
315 bool m_createdAtHasBeenSet =
false;
318 bool m_createdByHasBeenSet =
false;
320 DeploymentProperties m_deploymentProperties;
321 bool m_deploymentPropertiesHasBeenSet =
false;
324 bool m_descriptionHasBeenSet =
false;
327 bool m_domainIdHasBeenSet =
false;
330 bool m_environmentActionsHasBeenSet =
false;
333 bool m_environmentBlueprintIdHasBeenSet =
false;
336 bool m_environmentConfigurationIdHasBeenSet =
false;
339 bool m_environmentProfileIdHasBeenSet =
false;
342 bool m_glossaryTermsHasBeenSet =
false;
345 bool m_idHasBeenSet =
false;
347 Deployment m_lastDeployment;
348 bool m_lastDeploymentHasBeenSet =
false;
351 bool m_nameHasBeenSet =
false;
354 bool m_projectIdHasBeenSet =
false;
357 bool m_providerHasBeenSet =
false;
360 bool m_provisionedResourcesHasBeenSet =
false;
362 ProvisioningProperties m_provisioningProperties;
363 bool m_provisioningPropertiesHasBeenSet =
false;
366 bool m_statusHasBeenSet =
false;
369 bool m_updatedAtHasBeenSet =
false;
372 bool m_userParametersHasBeenSet =
false;
375 bool m_requestIdHasBeenSet =
false;
CreateEnvironmentResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetProjectId(ProjectIdT &&value)
const Aws::String & GetEnvironmentProfileId() const
const Aws::String & GetAwsAccountId() const
CreateEnvironmentResult & WithDescription(DescriptionT &&value)
CreateEnvironmentResult & WithEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
CreateEnvironmentResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetLastDeployment(LastDeploymentT &&value)
EnvironmentStatus GetStatus() const
CreateEnvironmentResult & WithEnvironmentActions(EnvironmentActionsT &&value)
CreateEnvironmentResult & WithEnvironmentProfileId(EnvironmentProfileIdT &&value)
CreateEnvironmentResult & AddGlossaryTerms(GlossaryTermsT &&value)
CreateEnvironmentResult & AddEnvironmentActions(EnvironmentActionsT &&value)
CreateEnvironmentResult & WithProvisioningProperties(ProvisioningPropertiesT &&value)
CreateEnvironmentResult & WithName(NameT &&value)
CreateEnvironmentResult & WithUserParameters(UserParametersT &&value)
const Aws::String & GetDomainId() const
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
CreateEnvironmentResult & WithRequestId(RequestIdT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
CreateEnvironmentResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API CreateEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ProvisioningProperties & GetProvisioningProperties() const
const Aws::String & GetEnvironmentConfigurationId() const
const Aws::String & GetCreatedBy() const
CreateEnvironmentResult & WithDomainId(DomainIdT &&value)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
CreateEnvironmentResult & WithCreatedBy(CreatedByT &&value)
CreateEnvironmentResult & WithStatus(EnvironmentStatus value)
void SetUserParameters(UserParametersT &&value)
AWS_DATAZONE_API CreateEnvironmentResult()=default
void SetProvisionedResources(ProvisionedResourcesT &&value)
AWS_DATAZONE_API CreateEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEnvironmentResult & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::String & GetProvider() const
CreateEnvironmentResult & AddProvisionedResources(ProvisionedResourcesT &&value)
void SetName(NameT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const Aws::String & GetId() const
const Aws::String & GetName() const
CreateEnvironmentResult & WithProvider(ProviderT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
void SetStatus(EnvironmentStatus value)
void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
CreateEnvironmentResult & WithId(IdT &&value)
const DeploymentProperties & GetDeploymentProperties() const
CreateEnvironmentResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
CreateEnvironmentResult & WithDeploymentProperties(DeploymentPropertiesT &&value)
CreateEnvironmentResult & WithAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
void SetEnvironmentActions(EnvironmentActionsT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Vector< ConfigurableEnvironmentAction > & GetEnvironmentActions() const
void SetAwsAccountRegion(AwsAccountRegionT &&value)
void SetCreatedAt(CreatedAtT &&value)
void SetAwsAccountId(AwsAccountIdT &&value)
const Aws::String & GetProjectId() const
void SetDomainId(DomainIdT &&value)
const Aws::String & GetAwsAccountRegion() const
CreateEnvironmentResult & WithProvisionedResources(ProvisionedResourcesT &&value)
void SetEnvironmentProfileId(EnvironmentProfileIdT &&value)
CreateEnvironmentResult & WithLastDeployment(LastDeploymentT &&value)
void SetRequestId(RequestIdT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Vector< Resource > & GetProvisionedResources() const
const Deployment & GetLastDeployment() const
const Aws::String & GetDescription() const
const Aws::String & GetRequestId() const
CreateEnvironmentResult & AddUserParameters(UserParametersT &&value)
void SetDeploymentProperties(DeploymentPropertiesT &&value)
CreateEnvironmentResult & WithProjectId(ProjectIdT &&value)
void SetProvider(ProviderT &&value)
void SetCreatedBy(CreatedByT &&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