7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZoneRequest.h>
11#include <aws/datazone/DataZone_EXPORTS.h>
12#include <aws/datazone/model/DataSourceConfigurationInput.h>
13#include <aws/datazone/model/EnableSetting.h>
14#include <aws/datazone/model/FormInput.h>
15#include <aws/datazone/model/RecommendationConfiguration.h>
16#include <aws/datazone/model/ScheduleConfiguration.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DescriptionT = Aws::String>
64 m_descriptionHasBeenSet =
true;
65 m_description = std::forward<DescriptionT>(value);
67 template <
typename DescriptionT = Aws::String>
80 template <
typename DomainIdentifierT = Aws::String>
82 m_domainIdentifierHasBeenSet =
true;
83 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
85 template <
typename DomainIdentifierT = Aws::String>
99 template <
typename ProjectIdentifierT = Aws::String>
101 m_projectIdentifierHasBeenSet =
true;
102 m_projectIdentifier = std::forward<ProjectIdentifierT>(value);
104 template <
typename ProjectIdentifierT = Aws::String>
118 template <
typename EnvironmentIdentifierT = Aws::String>
120 m_environmentIdentifierHasBeenSet =
true;
121 m_environmentIdentifier = std::forward<EnvironmentIdentifierT>(value);
123 template <
typename EnvironmentIdentifierT = Aws::String>
136 template <
typename ConnectionIdentifierT = Aws::String>
138 m_connectionIdentifierHasBeenSet =
true;
139 m_connectionIdentifier = std::forward<ConnectionIdentifierT>(value);
141 template <
typename ConnectionIdentifierT = Aws::String>
158 template <
typename TypeT = Aws::String>
160 m_typeHasBeenSet =
true;
161 m_type = std::forward<TypeT>(value);
163 template <
typename TypeT = Aws::String>
165 SetType(std::forward<TypeT>(value));
177 template <
typename ConfigurationT = DataSourceConfigurationInput>
179 m_configurationHasBeenSet =
true;
180 m_configuration = std::forward<ConfigurationT>(value);
182 template <
typename ConfigurationT = DataSourceConfigurationInput>
196 template <
typename RecommendationT = RecommendationConfiguration>
198 m_recommendationHasBeenSet =
true;
199 m_recommendation = std::forward<RecommendationT>(value);
201 template <
typename RecommendationT = RecommendationConfiguration>
215 m_enableSettingHasBeenSet =
true;
216 m_enableSetting = value;
230 template <
typename ScheduleT = ScheduleConfiguration>
232 m_scheduleHasBeenSet =
true;
233 m_schedule = std::forward<ScheduleT>(value);
235 template <
typename ScheduleT = ScheduleConfiguration>
250 m_publishOnImportHasBeenSet =
true;
251 m_publishOnImport = value;
266 template <
typename AssetFormsInputT = Aws::Vector<FormInput>>
268 m_assetFormsInputHasBeenSet =
true;
269 m_assetFormsInput = std::forward<AssetFormsInputT>(value);
271 template <
typename AssetFormsInputT = Aws::Vector<FormInput>>
276 template <
typename AssetFormsInputT = FormInput>
278 m_assetFormsInputHasBeenSet =
true;
279 m_assetFormsInput.emplace_back(std::forward<AssetFormsInputT>(value));
291 template <
typename ClientTokenT = Aws::String>
293 m_clientTokenHasBeenSet =
true;
294 m_clientToken = std::forward<ClientTokenT>(value);
296 template <
typename ClientTokenT = Aws::String>
323 ScheduleConfiguration m_schedule;
325 bool m_publishOnImport{
false};
330 bool m_nameHasBeenSet =
false;
331 bool m_descriptionHasBeenSet =
false;
332 bool m_domainIdentifierHasBeenSet =
false;
333 bool m_projectIdentifierHasBeenSet =
false;
334 bool m_environmentIdentifierHasBeenSet =
false;
335 bool m_connectionIdentifierHasBeenSet =
false;
336 bool m_typeHasBeenSet =
false;
337 bool m_configurationHasBeenSet =
false;
338 bool m_recommendationHasBeenSet =
false;
339 bool m_enableSettingHasBeenSet =
false;
340 bool m_scheduleHasBeenSet =
false;
341 bool m_publishOnImportHasBeenSet =
false;
342 bool m_assetFormsInputHasBeenSet =
false;
343 bool m_clientTokenHasBeenSet =
true;
bool TypeHasBeenSet() const
const DataSourceConfigurationInput & GetConfiguration() const
CreateDataSourceRequest & WithName(NameT &&value)
CreateDataSourceRequest & AddAssetFormsInput(AssetFormsInputT &&value)
void SetClientToken(ClientTokenT &&value)
void SetEnvironmentIdentifier(EnvironmentIdentifierT &&value)
const Aws::String & GetDomainIdentifier() const
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetClientToken() const
bool GetPublishOnImport() const
AWS_DATAZONE_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
const Aws::Vector< FormInput > & GetAssetFormsInput() const
CreateDataSourceRequest & WithDescription(DescriptionT &&value)
void SetSchedule(ScheduleT &&value)
CreateDataSourceRequest & WithRecommendation(RecommendationT &&value)
void SetDescription(DescriptionT &&value)
bool RecommendationHasBeenSet() const
CreateDataSourceRequest & WithConfiguration(ConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
bool PublishOnImportHasBeenSet() const
bool EnvironmentIdentifierHasBeenSet() const
void SetRecommendation(RecommendationT &&value)
bool ScheduleHasBeenSet() const
bool EnableSettingHasBeenSet() const
const Aws::String & GetName() const
CreateDataSourceRequest & WithConnectionIdentifier(ConnectionIdentifierT &&value)
void SetType(TypeT &&value)
AWS_DATAZONE_API CreateDataSourceRequest()=default
bool ProjectIdentifierHasBeenSet() const
CreateDataSourceRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool DescriptionHasBeenSet() const
CreateDataSourceRequest & WithEnvironmentIdentifier(EnvironmentIdentifierT &&value)
EnableSetting GetEnableSetting() const
CreateDataSourceRequest & WithSchedule(ScheduleT &&value)
void SetConnectionIdentifier(ConnectionIdentifierT &&value)
CreateDataSourceRequest & WithPublishOnImport(bool value)
CreateDataSourceRequest & WithAssetFormsInput(AssetFormsInputT &&value)
const ScheduleConfiguration & GetSchedule() const
void SetDomainIdentifier(DomainIdentifierT &&value)
CreateDataSourceRequest & WithEnableSetting(EnableSetting value)
bool ConnectionIdentifierHasBeenSet() const
void SetName(NameT &&value)
CreateDataSourceRequest & WithClientToken(ClientTokenT &&value)
bool AssetFormsInputHasBeenSet() const
const Aws::String & GetType() const
const Aws::String & GetConnectionIdentifier() const
bool ConfigurationHasBeenSet() const
const Aws::String & GetEnvironmentIdentifier() const
bool DomainIdentifierHasBeenSet() const
const RecommendationConfiguration & GetRecommendation() const
void SetProjectIdentifier(ProjectIdentifierT &&value)
void SetEnableSetting(EnableSetting value)
CreateDataSourceRequest & WithProjectIdentifier(ProjectIdentifierT &&value)
bool ClientTokenHasBeenSet() const
void SetPublishOnImport(bool value)
const Aws::String & GetProjectIdentifier() const
bool NameHasBeenSet() const
void SetAssetFormsInput(AssetFormsInputT &&value)
CreateDataSourceRequest & WithType(TypeT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector