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));
56 template <
typename NameT = Aws::String>
58 m_nameHasBeenSet =
true;
59 m_name = std::forward<NameT>(value);
61 template <
typename NameT = Aws::String>
63 SetName(std::forward<NameT>(value));
73 template <
typename DescriptionT = Aws::String>
75 m_descriptionHasBeenSet =
true;
76 m_description = std::forward<DescriptionT>(value);
78 template <
typename DescriptionT = Aws::String>
90 template <
typename Prov
iderT = Aws::String>
92 m_providerHasBeenSet =
true;
93 m_provider = std::forward<ProviderT>(value);
95 template <
typename Prov
iderT = Aws::String>
107 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
109 m_provisioningPropertiesHasBeenSet =
true;
110 m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value);
112 template <
typename ProvisioningPropertiesT = ProvisioningProperties>
124 template <
typename DeploymentPropertiesT = DeploymentProperties>
126 m_deploymentPropertiesHasBeenSet =
true;
127 m_deploymentProperties = std::forward<DeploymentPropertiesT>(value);
129 template <
typename DeploymentPropertiesT = DeploymentProperties>
141 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
143 m_userParametersHasBeenSet =
true;
144 m_userParameters = std::forward<UserParametersT>(value);
146 template <
typename UserParametersT = Aws::Vector<CustomParameter>>
151 template <
typename UserParametersT = CustomParameter>
153 m_userParametersHasBeenSet =
true;
154 m_userParameters.emplace_back(std::forward<UserParametersT>(value));
164 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
166 m_glossaryTermsHasBeenSet =
true;
167 m_glossaryTerms = std::forward<GlossaryTermsT>(value);
169 template <
typename GlossaryTermsT = Aws::Vector<Aws::String>>
174 template <
typename GlossaryTermsT = Aws::String>
176 m_glossaryTermsHasBeenSet =
true;
177 m_glossaryTerms.emplace_back(std::forward<GlossaryTermsT>(value));
187 template <
typename CreatedAtT = Aws::Utils::DateTime>
189 m_createdAtHasBeenSet =
true;
190 m_createdAt = std::forward<CreatedAtT>(value);
192 template <
typename CreatedAtT = Aws::Utils::DateTime>
204 template <
typename UpdatedAtT = Aws::Utils::DateTime>
206 m_updatedAtHasBeenSet =
true;
207 m_updatedAt = std::forward<UpdatedAtT>(value);
209 template <
typename UpdatedAtT = Aws::Utils::DateTime>
219 template <
typename RequestIdT = Aws::String>
221 m_requestIdHasBeenSet =
true;
222 m_requestId = std::forward<RequestIdT>(value);
224 template <
typename RequestIdT = Aws::String>
252 bool m_idHasBeenSet =
false;
253 bool m_nameHasBeenSet =
false;
254 bool m_descriptionHasBeenSet =
false;
255 bool m_providerHasBeenSet =
false;
256 bool m_provisioningPropertiesHasBeenSet =
false;
257 bool m_deploymentPropertiesHasBeenSet =
false;
258 bool m_userParametersHasBeenSet =
false;
259 bool m_glossaryTermsHasBeenSet =
false;
260 bool m_createdAtHasBeenSet =
false;
261 bool m_updatedAtHasBeenSet =
false;
262 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)
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