7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/ProtectedQuerySQLParameters.h>
9#include <aws/cleanroomsml/model/ComputeConfiguration.h>
10#include <aws/cleanroomsml/model/ResultFormat.h>
47 template<
typename SqlParametersT = ProtectedQuerySQLParameters>
48 void SetSqlParameters(SqlParametersT&& value) { m_sqlParametersHasBeenSet =
true; m_sqlParameters = std::forward<SqlParametersT>(value); }
49 template<
typename SqlParametersT = ProtectedQuerySQLParameters>
60 template<
typename ComputeConfigurationT = ComputeConfiguration>
61 void SetComputeConfiguration(ComputeConfigurationT&& value) { m_computeConfigurationHasBeenSet =
true; m_computeConfiguration = std::forward<ComputeConfigurationT>(value); }
62 template<
typename ComputeConfigurationT = ComputeConfiguration>
79 bool m_sqlParametersHasBeenSet =
false;
82 bool m_computeConfigurationHasBeenSet =
false;
85 bool m_resultFormatHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue