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));
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));
74 template <
typename DescriptionT = Aws::String>
76 m_descriptionHasBeenSet =
true;
77 m_description = std::forward<DescriptionT>(value);
79 template <
typename DescriptionT = Aws::String>
91 template <
typename Prov
iderT = Aws::String>
93 m_providerHasBeenSet =
true;
94 m_provider = std::forward<ProviderT>(value);
96 template <
typename Prov
iderT = Aws::String>
108 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
110 m_provisioningPropertiesHasBeenSet =
true;
111 m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value);
113 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
125 template <
typename DeploymentPropertiesT = DeploymentProperties>
127 m_deploymentPropertiesHasBeenSet =
true;
128 m_deploymentProperties = std::forward<DeploymentPropertiesT>(value);
130 template <
typename DeploymentPropertiesT = DeploymentProperties>
142 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
144 m_userParametersHasBeenSet =
true;
145 m_userParameters = std::forward<UserParametersT>(value);
147 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
152 template <
typename UserParametersT = CustomParameter>
154 m_userParametersHasBeenSet =
true;
155 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
165 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
167 m_glossaryTermsHasBeenSet =
true;
168 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
170 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
175 template <
typename GlossaryTermsT = Aws::String>
177 m_glossaryTermsHasBeenSet =
true;
178 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(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>
220 template <
typename RequestIdT = Aws::String>
222 m_requestIdHasBeenSet =
true;
223 m_requestId = std::forward<RequestIdT>(value);
225 template <
typename RequestIdT = Aws::String>
256 bool m_idHasBeenSet =
false;
257 bool m_nameHasBeenSet =
false;
258 bool m_descriptionHasBeenSet =
false;
259 bool m_providerHasBeenSet =
false;
260 bool m_provisioningPropertiesHasBeenSet =
false;
261 bool m_deploymentPropertiesHasBeenSet =
false;
262 bool m_userParametersHasBeenSet =
false;
263 bool m_glossaryTermsHasBeenSet =
false;
264 bool m_createdAtHasBeenSet =
false;
265 bool m_updatedAtHasBeenSet =
false;
266 bool m_requestIdHasBeenSet =
false;
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetDeploymentProperties(DeploymentPropertiesT &&value)
const Aws::String & GetProvider() const
CreateEnvironmentBlueprintResult & AddGlossaryTerms(GlossaryTermsT &&value)
CreateEnvironmentBlueprintResult & WithId(IdT &&value)
void SetUserParameters(UserParametersT &&value)
CreateEnvironmentBlueprintResult & WithUserParameters(UserParametersT &&value)
void SetProvider(ProviderT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const DeploymentProperties & GetDeploymentProperties() const
CreateEnvironmentBlueprintResult & AddUserParameters(UserParametersT &&value)
CreateEnvironmentBlueprintResult & WithGlossaryTerms(GlossaryTermsT &&value)
void SetDescription(DescriptionT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
AWS_DATAZONE_API CreateEnvironmentBlueprintResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetName() const
CreateEnvironmentBlueprintResult & WithUpdatedAt(UpdatedAtT &&value)
void SetName(NameT &&value)
CreateEnvironmentBlueprintResult & WithName(NameT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
CreateEnvironmentBlueprintResult & WithProvider(ProviderT &&value)
AWS_DATAZONE_API CreateEnvironmentBlueprintResult()=default
CreateEnvironmentBlueprintResult & WithProvisioningProperties(ProvisioningPropertiesT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
CreateEnvironmentBlueprintResult & WithRequestId(RequestIdT &&value)
AWS_DATAZONE_API CreateEnvironmentBlueprintResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateEnvironmentBlueprintResult & WithDescription(DescriptionT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
const Aws::String & GetRequestId() const
const Aws::String & GetDescription() const
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
void SetCreatedAt(CreatedAtT &&value)
const ProvisioningProperties & GetProvisioningProperties() const
CreateEnvironmentBlueprintResult & WithDeploymentProperties(DeploymentPropertiesT &&value)
const Aws::String & GetId() const
CreateEnvironmentBlueprintResult & WithCreatedAt(CreatedAtT &&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