7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/CustomParameter.h>
13#include <aws/datazone/model/DeploymentProperties.h>
14#include <aws/datazone/model/ProvisioningProperties.h>
19template <
typename RESULT_TYPE>
20class AmazonWebServiceResult;
40 template <
typename IdT = Aws::String>
42 m_idHasBeenSet =
true;
43 m_id = std::forward<IdT>(value);
45 template <
typename IdT = Aws::String>
47 SetId(std::forward<IdT>(value));
58 template <
typename NameT = Aws::String>
60 m_nameHasBeenSet =
true;
61 m_name = std::forward<NameT>(value);
63 template <
typename NameT = Aws::String>
65 SetName(std::forward<NameT>(value));
76 template <
typename DescriptionT = Aws::String>
78 m_descriptionHasBeenSet =
true;
79 m_description = std::forward<DescriptionT>(value);
81 template <
typename DescriptionT = Aws::String>
93 template <
typename Prov
iderT = Aws::String>
95 m_providerHasBeenSet =
true;
96 m_provider = std::forward<ProviderT>(value);
98 template <
typename Prov
iderT = Aws::String>
111 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
113 m_provisioningPropertiesHasBeenSet =
true;
114 m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value);
116 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
129 template <
typename DeploymentPropertiesT = DeploymentProperties>
131 m_deploymentPropertiesHasBeenSet =
true;
132 m_deploymentProperties = std::forward<DeploymentPropertiesT>(value);
134 template <
typename DeploymentPropertiesT = DeploymentProperties>
147 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
149 m_userParametersHasBeenSet =
true;
150 m_userParameters = std::forward<UserParametersT>(value);
152 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
157 template <
typename UserParametersT = CustomParameter>
159 m_userParametersHasBeenSet =
true;
160 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
171 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
173 m_glossaryTermsHasBeenSet =
true;
174 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
176 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
181 template <
typename GlossaryTermsT = Aws::String>
183 m_glossaryTermsHasBeenSet =
true;
184 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
194 template <
typename CreatedAtT = Aws::Utils::DateTime>
196 m_createdAtHasBeenSet =
true;
197 m_createdAt = std::forward<CreatedAtT>(value);
199 template <
typename CreatedAtT = Aws::Utils::DateTime>
211 template <
typename UpdatedAtT = Aws::Utils::DateTime>
213 m_updatedAtHasBeenSet =
true;
214 m_updatedAt = std::forward<UpdatedAtT>(value);
216 template <
typename UpdatedAtT = Aws::Utils::DateTime>
226 template <
typename RequestIdT = Aws::String>
228 m_requestIdHasBeenSet =
true;
229 m_requestId = std::forward<RequestIdT>(value);
231 template <
typename RequestIdT = Aws::String>
262 bool m_idHasBeenSet =
false;
263 bool m_nameHasBeenSet =
false;
264 bool m_descriptionHasBeenSet =
false;
265 bool m_providerHasBeenSet =
false;
266 bool m_provisioningPropertiesHasBeenSet =
false;
267 bool m_deploymentPropertiesHasBeenSet =
false;
268 bool m_userParametersHasBeenSet =
false;
269 bool m_glossaryTermsHasBeenSet =
false;
270 bool m_createdAtHasBeenSet =
false;
271 bool m_updatedAtHasBeenSet =
false;
272 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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