7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/GlueTable.h>
9#include <aws/glue/model/DataQualityGlueTable.h>
48 template<
typename GlueTableT = GlueTable>
49 void SetGlueTable(GlueTableT&& value) { m_glueTableHasBeenSet =
true; m_glueTable = std::forward<GlueTableT>(value); }
50 template<
typename GlueTableT = GlueTable>
60 template<
typename DataQualityGlueTableT = DataQualityGlueTable>
61 void SetDataQualityGlueTable(DataQualityGlueTableT&& value) { m_dataQualityGlueTableHasBeenSet =
true; m_dataQualityGlueTable = std::forward<DataQualityGlueTableT>(value); }
62 template<
typename DataQualityGlueTableT = DataQualityGlueTable>
68 bool m_glueTableHasBeenSet =
false;
71 bool m_dataQualityGlueTableHasBeenSet =
false;
bool GlueTableHasBeenSet() const
bool DataQualityGlueTableHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API DataSource()=default
DataSource & WithGlueTable(GlueTableT &&value)
void SetGlueTable(GlueTableT &&value)
AWS_GLUE_API DataSource(Aws::Utils::Json::JsonView jsonValue)
const DataQualityGlueTable & GetDataQualityGlueTable() const
const GlueTable & GetGlueTable() const
DataSource & WithDataQualityGlueTable(DataQualityGlueTableT &&value)
void SetDataQualityGlueTable(DataQualityGlueTableT &&value)
AWS_GLUE_API DataSource & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue