7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/DataZone_EXPORTS.h>
13#include <aws/datazone/model/ProvisioningConfiguration.h>
14#include <aws/datazone/model/ResourceConfiguration.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
41 template <
typename DomainIdT = Aws::String>
43 m_domainIdHasBeenSet =
true;
44 m_domainId = std::forward<DomainIdT>(value);
46 template <
typename DomainIdT = Aws::String>
58 template <
typename EnvironmentBluepr
intIdT = Aws::String>
60 m_environmentBlueprintIdHasBeenSet =
true;
61 m_environmentBlueprintId = std::forward<EnvironmentBlueprintIdT>(value);
63 template <
typename EnvironmentBluepr
intIdT = Aws::String>
75 template <
typename ProvisioningRoleArnT = Aws::String>
77 m_provisioningRoleArnHasBeenSet =
true;
78 m_provisioningRoleArn = std::forward<ProvisioningRoleArnT>(value);
80 template <
typename ProvisioningRoleArnT = Aws::String>
92 template <
typename EnvironmentRolePermissionBoundaryT = Aws::String>
94 m_environmentRolePermissionBoundaryHasBeenSet =
true;
95 m_environmentRolePermissionBoundary = std::forward<EnvironmentRolePermissionBoundaryT>(value);
97 template <
typename EnvironmentRolePermissionBoundaryT = Aws::String>
109 template <
typename ManageAccessRoleArnT = Aws::String>
111 m_manageAccessRoleArnHasBeenSet =
true;
112 m_manageAccessRoleArn = std::forward<ManageAccessRoleArnT>(value);
114 template <
typename ManageAccessRoleArnT = Aws::String>
126 template <
typename EnabledRegionsT = Aws::Vector<Aws::String>>
128 m_enabledRegionsHasBeenSet =
true;
129 m_enabledRegions = std::forward<EnabledRegionsT>(value);
131 template <
typename EnabledRegionsT = Aws::Vector<Aws::String>>
136 template <
typename EnabledRegionsT = Aws::String>
138 m_enabledRegionsHasBeenSet =
true;
139 m_enabledRegions.emplace_back(std::forward<EnabledRegionsT>(value));
149 template <
typename RegionalParametersT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::String>>>
151 m_regionalParametersHasBeenSet =
true;
152 m_regionalParameters = std::forward<RegionalParametersT>(value);
154 template <
typename RegionalParametersT = Aws::Map<Aws::String, Aws::Map<Aws::String, Aws::String>>>
159 template <
typename RegionalParametersKeyT = Aws::String,
typename RegionalParametersValueT = Aws::Map<Aws::String, Aws::String>>
161 m_regionalParametersHasBeenSet =
true;
162 m_regionalParameters.emplace(std::forward<RegionalParametersKeyT>(key), std::forward<RegionalParametersValueT>(value));
174 m_allowUserProvidedConfigurationsHasBeenSet =
true;
175 m_allowUserProvidedConfigurations = value;
188 template <
typename CreatedAtT = Aws::Utils::DateTime>
190 m_createdAtHasBeenSet =
true;
191 m_createdAt = std::forward<CreatedAtT>(value);
193 template <
typename CreatedAtT = Aws::Utils::DateTime>
205 template <
typename UpdatedAtT = Aws::Utils::DateTime>
207 m_updatedAtHasBeenSet =
true;
208 m_updatedAt = std::forward<UpdatedAtT>(value);
210 template <
typename UpdatedAtT = Aws::Utils::DateTime>
222 template <
typename ResourceConfigurationsT = Aws::Vector<ResourceConfiguration>>
224 m_resourceConfigurationsHasBeenSet =
true;
225 m_resourceConfigurations = std::forward<ResourceConfigurationsT>(value);
227 template <
typename ResourceConfigurationsT = Aws::Vector<ResourceConfiguration>>
232 template <
typename ResourceConfigurationsT = ResourceConfiguration>
234 m_resourceConfigurationsHasBeenSet =
true;
235 m_resourceConfigurations.emplace_back(std::forward<ResourceConfigurationsT>(value));
245 template <
typename ProvisioningConfigurationsT = Aws::Vector<ProvisioningConfiguration>>
247 m_provisioningConfigurationsHasBeenSet =
true;
248 m_provisioningConfigurations = std::forward<ProvisioningConfigurationsT>(value);
250 template <
typename ProvisioningConfigurationsT = Aws::Vector<ProvisioningConfiguration>>
255 template <
typename ProvisioningConfigurationsT = ProvisioningConfiguration>
257 m_provisioningConfigurationsHasBeenSet =
true;
258 m_provisioningConfigurations.emplace_back(std::forward<ProvisioningConfigurationsT>(value));
266 template <
typename RequestIdT = Aws::String>
268 m_requestIdHasBeenSet =
true;
269 m_requestId = std::forward<RequestIdT>(value);
271 template <
typename RequestIdT = Aws::String>
294 bool m_allowUserProvidedConfigurations{
false};
306 bool m_domainIdHasBeenSet =
false;
307 bool m_environmentBlueprintIdHasBeenSet =
false;
308 bool m_provisioningRoleArnHasBeenSet =
false;
309 bool m_environmentRolePermissionBoundaryHasBeenSet =
false;
310 bool m_manageAccessRoleArnHasBeenSet =
false;
311 bool m_enabledRegionsHasBeenSet =
false;
312 bool m_regionalParametersHasBeenSet =
false;
313 bool m_allowUserProvidedConfigurationsHasBeenSet =
false;
314 bool m_createdAtHasBeenSet =
false;
315 bool m_updatedAtHasBeenSet =
false;
316 bool m_resourceConfigurationsHasBeenSet =
false;
317 bool m_provisioningConfigurationsHasBeenSet =
false;
318 bool m_requestIdHasBeenSet =
false;
PutEnvironmentBlueprintConfigurationResult & WithAllowUserProvidedConfigurations(bool value)
const Aws::String & GetManageAccessRoleArn() const
PutEnvironmentBlueprintConfigurationResult & WithProvisioningConfigurations(ProvisioningConfigurationsT &&value)
void SetEnabledRegions(EnabledRegionsT &&value)
const Aws::Map< Aws::String, Aws::Map< Aws::String, Aws::String > > & GetRegionalParameters() const
AWS_DATAZONE_API PutEnvironmentBlueprintConfigurationResult()=default
const Aws::String & GetDomainId() const
const Aws::Vector< Aws::String > & GetEnabledRegions() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
PutEnvironmentBlueprintConfigurationResult & WithRegionalParameters(RegionalParametersT &&value)
PutEnvironmentBlueprintConfigurationResult & WithEnabledRegions(EnabledRegionsT &&value)
void SetProvisioningConfigurations(ProvisioningConfigurationsT &&value)
PutEnvironmentBlueprintConfigurationResult & WithManageAccessRoleArn(ManageAccessRoleArnT &&value)
PutEnvironmentBlueprintConfigurationResult & WithResourceConfigurations(ResourceConfigurationsT &&value)
void SetRequestId(RequestIdT &&value)
PutEnvironmentBlueprintConfigurationResult & AddRegionalParameters(RegionalParametersKeyT &&key, RegionalParametersValueT &&value)
void SetDomainId(DomainIdT &&value)
void SetEnvironmentRolePermissionBoundary(EnvironmentRolePermissionBoundaryT &&value)
bool GetAllowUserProvidedConfigurations() const
void SetEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetProvisioningRoleArn(ProvisioningRoleArnT &&value)
PutEnvironmentBlueprintConfigurationResult & WithUpdatedAt(UpdatedAtT &&value)
AWS_DATAZONE_API PutEnvironmentBlueprintConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DATAZONE_API PutEnvironmentBlueprintConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
PutEnvironmentBlueprintConfigurationResult & WithEnvironmentBlueprintId(EnvironmentBlueprintIdT &&value)
void SetManageAccessRoleArn(ManageAccessRoleArnT &&value)
PutEnvironmentBlueprintConfigurationResult & WithEnvironmentRolePermissionBoundary(EnvironmentRolePermissionBoundaryT &&value)
PutEnvironmentBlueprintConfigurationResult & WithDomainId(DomainIdT &&value)
void SetResourceConfigurations(ResourceConfigurationsT &&value)
PutEnvironmentBlueprintConfigurationResult & AddProvisioningConfigurations(ProvisioningConfigurationsT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
PutEnvironmentBlueprintConfigurationResult & WithCreatedAt(CreatedAtT &&value)
PutEnvironmentBlueprintConfigurationResult & AddResourceConfigurations(ResourceConfigurationsT &&value)
PutEnvironmentBlueprintConfigurationResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetEnvironmentBlueprintId() const
const Aws::Utils::DateTime & GetUpdatedAt() const
PutEnvironmentBlueprintConfigurationResult & WithProvisioningRoleArn(ProvisioningRoleArnT &&value)
const Aws::Vector< ProvisioningConfiguration > & GetProvisioningConfigurations() const
PutEnvironmentBlueprintConfigurationResult & AddEnabledRegions(EnabledRegionsT &&value)
void SetAllowUserProvidedConfigurations(bool value)
const Aws::String & GetEnvironmentRolePermissionBoundary() const
void SetRegionalParameters(RegionalParametersT &&value)
const Aws::String & GetProvisioningRoleArn() const
void SetCreatedAt(CreatedAtT &&value)
const Aws::Vector< ResourceConfiguration > & GetResourceConfigurations() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue