7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/datazone/model/DeploymentProperties.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/datazone/model/ProvisioningProperties.h>
13#include <aws/datazone/model/CustomParameter.h>
18template<
typename RESULT_TYPE>
19class AmazonWebServiceResult;
45 template<
typename CreatedAtT = Aws::Utils::DateTime>
46 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
47 template<
typename CreatedAtT = Aws::Utils::DateTime>
56 template<
typename DeploymentPropertiesT = DeploymentProperties>
57 void SetDeploymentProperties(DeploymentPropertiesT&& value) { m_deploymentPropertiesHasBeenSet =
true; m_deploymentProperties = std::forward<DeploymentPropertiesT>(value); }
58 template<
typename DeploymentPropertiesT = DeploymentProperties>
67 template<
typename DescriptionT = Aws::String>
68 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
69 template<
typename DescriptionT = Aws::String>
78 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
79 void SetGlossaryTerms(GlossaryTermsT&& value) { m_glossaryTermsHasBeenSet =
true; m_glossaryTerms = std::forward<GlossaryTermsT>(value); }
80 template<
typename GlossaryTermsT = Aws::Vector<Aws::String>>
82 template<
typename GlossaryTermsT = Aws::String>
91 template<
typename IdT = Aws::String>
92 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
93 template<
typename IdT = Aws::String>
102 template<
typename NameT = Aws::String>
103 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
104 template<
typename NameT = Aws::String>
113 template<
typename Prov
iderT = Aws::String>
114 void SetProvider(ProviderT&& value) { m_providerHasBeenSet =
true; m_provider = std::forward<ProviderT>(value); }
115 template<
typename Prov
iderT = Aws::String>
124 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
125 void SetProvisioningProperties(ProvisioningPropertiesT&& value) { m_provisioningPropertiesHasBeenSet =
true; m_provisioningProperties = std::forward<ProvisioningPropertiesT>(value); }
126 template<
typename ProvisioningPropertiesT = ProvisioningProperties>
135 template<
typename UpdatedAtT = Aws::Utils::DateTime>
136 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
137 template<
typename UpdatedAtT = Aws::Utils::DateTime>
146 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
147 void SetUserParameters(UserParametersT&& value) { m_userParametersHasBeenSet =
true; m_userParameters = std::forward<UserParametersT>(value); }
148 template<
typename UserParametersT = Aws::Vector<CustomParameter>>
150 template<
typename UserParametersT = CustomParameter>
157 template<
typename RequestIdT = Aws::String>
158 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
159 template<
typename RequestIdT = Aws::String>
165 bool m_createdAtHasBeenSet =
false;
167 DeploymentProperties m_deploymentProperties;
168 bool m_deploymentPropertiesHasBeenSet =
false;
171 bool m_descriptionHasBeenSet =
false;
174 bool m_glossaryTermsHasBeenSet =
false;
177 bool m_idHasBeenSet =
false;
180 bool m_nameHasBeenSet =
false;
183 bool m_providerHasBeenSet =
false;
185 ProvisioningProperties m_provisioningProperties;
186 bool m_provisioningPropertiesHasBeenSet =
false;
189 bool m_updatedAtHasBeenSet =
false;
192 bool m_userParametersHasBeenSet =
false;
195 bool m_requestIdHasBeenSet =
false;
GetEnvironmentBlueprintResult & AddGlossaryTerms(GlossaryTermsT &&value)
GetEnvironmentBlueprintResult & WithUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetRequestId() const
GetEnvironmentBlueprintResult & WithId(IdT &&value)
GetEnvironmentBlueprintResult & WithUserParameters(UserParametersT &&value)
void SetUserParameters(UserParametersT &&value)
GetEnvironmentBlueprintResult & AddUserParameters(UserParametersT &&value)
GetEnvironmentBlueprintResult & WithDeploymentProperties(DeploymentPropertiesT &&value)
void SetDescription(DescriptionT &&value)
GetEnvironmentBlueprintResult & WithProvider(ProviderT &&value)
GetEnvironmentBlueprintResult & WithName(NameT &&value)
GetEnvironmentBlueprintResult & WithDescription(DescriptionT &&value)
void SetGlossaryTerms(GlossaryTermsT &&value)
const Aws::Vector< CustomParameter > & GetUserParameters() const
GetEnvironmentBlueprintResult & WithCreatedAt(CreatedAtT &&value)
void SetDeploymentProperties(DeploymentPropertiesT &&value)
void SetRequestId(RequestIdT &&value)
GetEnvironmentBlueprintResult & WithRequestId(RequestIdT &&value)
const Aws::Utils::DateTime & GetUpdatedAt() const
void SetProvisioningProperties(ProvisioningPropertiesT &&value)
void SetName(NameT &&value)
AWS_DATAZONE_API GetEnvironmentBlueprintResult()=default
GetEnvironmentBlueprintResult & WithProvisioningProperties(ProvisioningPropertiesT &&value)
const DeploymentProperties & GetDeploymentProperties() const
const Aws::Vector< Aws::String > & GetGlossaryTerms() const
AWS_DATAZONE_API GetEnvironmentBlueprintResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ProvisioningProperties & GetProvisioningProperties() const
const Aws::String & GetProvider() const
AWS_DATAZONE_API GetEnvironmentBlueprintResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCreatedAt(CreatedAtT &&value)
GetEnvironmentBlueprintResult & WithGlossaryTerms(GlossaryTermsT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
const Aws::String & GetName() const
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetId() const
const Aws::String & GetDescription() const
void SetProvider(ProviderT &&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