7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/CustomParameter.h>
12#include <aws/datazone/model/DeploymentProperties.h>
13#include <aws/datazone/model/ProvisioningProperties.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename IdT = Aws::String>
41 m_idHasBeenSet =
true;
42 m_id = std::forward<IdT>(value);
44 template <
typename IdT = Aws::String>
46 SetId(std::forward<IdT>(value));
57 template <
typename NameT = Aws::String>
59 m_nameHasBeenSet =
true;
60 m_name = std::forward<NameT>(value);
62 template <
typename NameT = Aws::String>
64 SetName(std::forward<NameT>(value));
75 template <
typename DescriptionT = Aws::String>
77 m_descriptionHasBeenSet =
true;
78 m_description = std::forward<DescriptionT>(value);
80 template <
typename DescriptionT = Aws::String>
92 template <
typename Prov
iderT = Aws::String>
94 m_providerHasBeenSet =
true;
95 m_provider = std::forward<ProviderT>(value);
97 template <
typename Prov
iderT = Aws::String>
110 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
112 m_provisioningPropertiesHasBeenSet =
true;
113 m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value);
115 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
128 template <
typename DeploymentPropertiesT = DeploymentProperties>
130 m_deploymentPropertiesHasBeenSet =
true;
131 m_deploymentProperties = std::forward<DeploymentPropertiesT>(value);
133 template <
typename DeploymentPropertiesT = DeploymentProperties>
146 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
148 m_userParametersHasBeenSet =
true;
149 m_userParameters = std::forward<UserParametersT>(value);
151 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
156 template <
typename UserParametersT = CustomParameter>
158 m_userParametersHasBeenSet =
true;
159 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
170 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
172 m_glossaryTermsHasBeenSet =
true;
173 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
175 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
180 template <
typename GlossaryTermsT = Aws::String>
182 m_glossaryTermsHasBeenSet =
true;
183 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
193 template <
typename CreatedAtT = Aws::Utils::DateTime>
195 m_createdAtHasBeenSet =
true;
196 m_createdAt = std::forward<CreatedAtT>(value);
198 template <
typename CreatedAtT = Aws::Utils::DateTime>
210 template <
typename UpdatedAtT = Aws::Utils::DateTime>
212 m_updatedAtHasBeenSet =
true;
213 m_updatedAt = std::forward<UpdatedAtT>(value);
215 template <
typename UpdatedAtT = Aws::Utils::DateTime>
225 template <
typename RequestIdT = Aws::String>
227 m_requestIdHasBeenSet =
true;
228 m_requestId = std::forward<RequestIdT>(value);
230 template <
typename RequestIdT = Aws::String>
258 bool m_idHasBeenSet =
false;
259 bool m_nameHasBeenSet =
false;
260 bool m_descriptionHasBeenSet =
false;
261 bool m_providerHasBeenSet =
false;
262 bool m_provisioningPropertiesHasBeenSet =
false;
263 bool m_deploymentPropertiesHasBeenSet =
false;
264 bool m_userParametersHasBeenSet =
false;
265 bool m_glossaryTermsHasBeenSet =
false;
266 bool m_createdAtHasBeenSet =
false;
267 bool m_updatedAtHasBeenSet =
false;
268 bool m_requestIdHasBeenSet =
false;
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
AWS_DATAZONE_API UpdateEnvironmentBlueprintResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEnvironmentBlueprintResult & WithId(IdT &&value)
const DeploymentProperties & GetDeploymentProperties() const
void SetName(NameT &&value)
const Aws::String & GetDescription() const
const Aws::Utils::DateTime & GetCreatedAt() const
UpdateEnvironmentBlueprintResult & WithProvider(ProviderT &&value)
AWS_DATAZONE_API UpdateEnvironmentBlueprintResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateEnvironmentBlueprintResult & WithName(NameT &&value)
const Aws::String & GetProvider() const
void SetRequestId(RequestIdT &&value)
UpdateEnvironmentBlueprintResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetId() const
void SetDeploymentProperties(DeploymentPropertiesT &&value)
UpdateEnvironmentBlueprintResult & AddGlossaryTerms(GlossaryTermsT &&value)
UpdateEnvironmentBlueprintResult & WithCreatedAt(CreatedAtT &&value)
UpdateEnvironmentBlueprintResult & AddUserParameters(UserParametersT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const ProvisioningProperties & GetProvisioningProperties() const
void SetProvider(ProviderT &&value)
UpdateEnvironmentBlueprintResult & WithUserParameters(UserParametersT &&value)
void SetCreatedAt(CreatedAtT &&value)
UpdateEnvironmentBlueprintResult & WithDescription(DescriptionT &&value)
UpdateEnvironmentBlueprintResult & WithDeploymentProperties(DeploymentPropertiesT &&value)
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDescription(DescriptionT &&value)
AWS_DATAZONE_API UpdateEnvironmentBlueprintResult()=default
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
UpdateEnvironmentBlueprintResult & WithGlossaryTerms(GlossaryTermsT &&value)
UpdateEnvironmentBlueprintResult & WithProvisioningProperties(ProvisioningPropertiesT &&value)
void SetUserParameters(UserParametersT &&value)
UpdateEnvironmentBlueprintResult & WithUpdatedAt(UpdatedAtT &&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