7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/S3ConfigMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanroomsml/model/ProtectedQuerySQLParameters.h>
11#include <aws/cleanroomsml/model/ComputeConfiguration.h>
53 template<
typename DataSourceT = S3ConfigMap>
54 void SetDataSource(DataSourceT&& value) { m_dataSourceHasBeenSet =
true; m_dataSource = std::forward<DataSourceT>(value); }
55 template<
typename DataSourceT = S3ConfigMap>
66 template<
typename RoleArnT = Aws::String>
67 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
68 template<
typename RoleArnT = Aws::String>
78 template<
typename SqlParametersT = ProtectedQuerySQLParameters>
79 void SetSqlParameters(SqlParametersT&& value) { m_sqlParametersHasBeenSet =
true; m_sqlParameters = std::forward<SqlParametersT>(value); }
80 template<
typename SqlParametersT = ProtectedQuerySQLParameters>
88 template<
typename SqlComputeConfigurationT = ComputeConfiguration>
89 void SetSqlComputeConfiguration(SqlComputeConfigurationT&& value) { m_sqlComputeConfigurationHasBeenSet =
true; m_sqlComputeConfiguration = std::forward<SqlComputeConfigurationT>(value); }
90 template<
typename SqlComputeConfigurationT = ComputeConfiguration>
96 bool m_dataSourceHasBeenSet =
false;
99 bool m_roleArnHasBeenSet =
false;
102 bool m_sqlParametersHasBeenSet =
false;
105 bool m_sqlComputeConfigurationHasBeenSet =
false;
AWS_CLEANROOMSML_API AudienceGenerationJobDataSource(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMSML_API AudienceGenerationJobDataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AudienceGenerationJobDataSource & WithSqlComputeConfiguration(SqlComputeConfigurationT &&value)
AudienceGenerationJobDataSource & WithSqlParameters(SqlParametersT &&value)
void SetRoleArn(RoleArnT &&value)
AWS_CLEANROOMSML_API AudienceGenerationJobDataSource()=default
void SetSqlParameters(SqlParametersT &&value)
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
bool RoleArnHasBeenSet() const
const ProtectedQuerySQLParameters & GetSqlParameters() const
void SetDataSource(DataSourceT &&value)
const Aws::String & GetRoleArn() const
AudienceGenerationJobDataSource & WithDataSource(DataSourceT &&value)
AudienceGenerationJobDataSource & WithRoleArn(RoleArnT &&value)
bool SqlParametersHasBeenSet() const
const ComputeConfiguration & GetSqlComputeConfiguration() const
bool DataSourceHasBeenSet() const
const S3ConfigMap & GetDataSource() const
bool SqlComputeConfigurationHasBeenSet() const
void SetSqlComputeConfiguration(SqlComputeConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue