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>
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>
72 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
83 template<
typename CreatedByT = Aws::String>
84 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
85 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>
107 template<
typename DescriptionT = Aws::String>
108 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
109 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>
130 template<
typename EnvironmentActionsT = Aws::Vector<ConfigurableEnvironmentAction>>
131 void SetEnvironmentActions(EnvironmentActionsT&& value) { m_environmentActionsHasBeenSet =
true; m_environmentActions = std::forward<EnvironmentActionsT>(value); }
132 template<
typename EnvironmentActionsT = Aws::Vector<ConfigurableEnvironmentAction>>
134 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>
165 template<
typename EnvironmentProfileIdT = Aws::String>
166 void SetEnvironmentProfileId(EnvironmentProfileIdT&& value) { m_environmentProfileIdHasBeenSet =
true; m_environmentProfileId = std::forward<EnvironmentProfileIdT>(value); }
167 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>
213 template<
typename NameT = Aws::String>
214 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
215 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>
247 template<
typename ProvisionedResourcesT = Aws::Vector<Resource>>
248 void SetProvisionedResources(ProvisionedResourcesT&& value) { m_provisionedResourcesHasBeenSet =
true; m_provisionedResources = std::forward<ProvisionedResourcesT>(value); }
249 template<
typename ProvisionedResourcesT = Aws::Vector<Resource>>
251 template<
typename ProvisionedResourcesT = Resource>
261 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
262 void SetProvisioningProperties(ProvisioningPropertiesT&& value) { m_provisioningPropertiesHasBeenSet =
true; m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value); }
263 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
282 template<
typename UpdatedAtT = Aws::Utils::DateTime>
283 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
284 template<
typename UpdatedAtT = Aws::Utils::DateTime>
294 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
295 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
296 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
298 template<
typename UserParametersT = CustomParameter>
305 template<
typename RequestIdT = Aws::String>
306 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
307 template<
typename RequestIdT = Aws::String>
313 bool m_awsAccountIdHasBeenSet =
false;
316 bool m_awsAccountRegionHasBeenSet =
false;
319 bool m_createdAtHasBeenSet =
false;
322 bool m_createdByHasBeenSet =
false;
324 DeploymentProperties m_deploymentProperties;
325 bool m_deploymentPropertiesHasBeenSet =
false;
328 bool m_descriptionHasBeenSet =
false;
331 bool m_domainIdHasBeenSet =
false;
334 bool m_environmentActionsHasBeenSet =
false;
337 bool m_environmentBlueprintIdHasBeenSet =
false;
340 bool m_environmentConfigurationIdHasBeenSet =
false;
343 bool m_environmentProfileIdHasBeenSet =
false;
346 bool m_glossaryTermsHasBeenSet =
false;
349 bool m_idHasBeenSet =
false;
351 Deployment m_lastDeployment;
352 bool m_lastDeploymentHasBeenSet =
false;
355 bool m_nameHasBeenSet =
false;
358 bool m_projectIdHasBeenSet =
false;
361 bool m_providerHasBeenSet =
false;
364 bool m_provisionedResourcesHasBeenSet =
false;
366 ProvisioningProperties m_provisioningProperties;
367 bool m_provisioningPropertiesHasBeenSet =
false;
370 bool m_statusHasBeenSet =
false;
373 bool m_updatedAtHasBeenSet =
false;
376 bool m_userParametersHasBeenSet =
false;
379 bool m_requestIdHasBeenSet =
false;
UpdateEnvironmentResult & WithProjectId(ProjectIdT &&value)
const Aws::String & GetRequestId() const
void SetEnvironmentProfileId(EnvironmentProfileIdT &&value)
const Aws::String & GetDescription() const
void SetCreatedBy(CreatedByT &&value)
UpdateEnvironmentResult & WithAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentResult & WithUserParameters(UserParametersT &&value)
UpdateEnvironmentResult & WithLastDeployment(LastDeploymentT &&value)
void SetStatus(EnvironmentStatus value)
void SetGlossaryTerms(GlossaryTermsT &&value)
UpdateEnvironmentResult & WithId(IdT &&value)
AWS_DATAZONE_API UpdateEnvironmentResult()=default
AWS_DATAZONE_API UpdateEnvironmentResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Deployment & GetLastDeployment() const
UpdateEnvironmentResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetEnvironmentProfileId() const
const Aws::String & GetName() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
UpdateEnvironmentResult & WithProvider(ProviderT &&value)
const ProvisioningProperties & GetProvisioningProperties() const
void SetProvider(ProviderT &&value)
UpdateEnvironmentResult & WithName(NameT &&value)
void SetEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
const Aws::String & GetProjectId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetAwsAccountRegion() const
UpdateEnvironmentResult & WithEnvironmentActions(EnvironmentActionsT &&value)
void SetUserParameters(UserParametersT &&value)
const DeploymentProperties & GetDeploymentProperties() const
UpdateEnvironmentResult & WithCreatedBy(CreatedByT &&value)
const Aws::String & GetEnvironmentConfigurationId() const
const Aws::Vector< ConfigurableEnvironmentAction > & GetEnvironmentActions() const
void SetAwsAccountId(AwsAccountIdT &&value)
void SetDeploymentProperties(DeploymentPropertiesT &&value)
UpdateEnvironmentResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetLastDeployment(LastDeploymentT &&value)
const Aws::String & GetCreatedBy() const
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
UpdateEnvironmentResult & WithDomainId(DomainIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetId() const
const Aws::Vector< Resource > & GetProvisionedResources() const
UpdateEnvironmentResult & AddGlossaryTerms(GlossaryTermsT &&value)
UpdateEnvironmentResult & WithDeploymentProperties(DeploymentPropertiesT &&value)
const Aws::String & GetAwsAccountId() const
void SetUpdatedAt(UpdatedAtT &&value)
void SetProvisionedResources(ProvisionedResourcesT &&value)
EnvironmentStatus GetStatus() const
UpdateEnvironmentResult & AddUserParameters(UserParametersT &&value)
UpdateEnvironmentResult & WithCreatedAt(CreatedAtT &&value)
UpdateEnvironmentResult & WithProvisioningProperties(ProvisioningPropertiesT &&value)
void SetDomainId(DomainIdT &&value)
void SetName(NameT &&value)
const Aws::String & GetProvider() const
UpdateEnvironmentResult & AddProvisionedResources(ProvisionedResourcesT &&value)
const Aws::String & GetEnvironmentBlueprintId() const
void SetProjectId(ProjectIdT &&value)
void SetDescription(DescriptionT &&value)
void SetEnvironmentActions(EnvironmentActionsT &&value)
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
UpdateEnvironmentResult & AddEnvironmentActions(EnvironmentActionsT &&value)
UpdateEnvironmentResult & WithEnvironmentProfileId(EnvironmentProfileIdT &&value)
UpdateEnvironmentResult & WithAwsAccountId(AwsAccountIdT &&value)
UpdateEnvironmentResult & WithEnvironmentConfigurationId(EnvironmentConfigurationIdT &&value)
void SetAwsAccountRegion(AwsAccountRegionT &&value)
UpdateEnvironmentResult & WithGlossaryTerms(GlossaryTermsT &&value)
UpdateEnvironmentResult & WithUpdatedAt(UpdatedAtT &&value)
void SetRequestId(RequestIdT &&value)
UpdateEnvironmentResult & WithStatus(EnvironmentStatus value)
AWS_DATAZONE_API UpdateEnvironmentResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetDomainId() const
UpdateEnvironmentResult & WithProvisionedResources(ProvisionedResourcesT &&value)
UpdateEnvironmentResult & WithDescription(DescriptionT &&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