7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/DataQualityGlueTable.h>
9#include <aws/glue/model/GlueTable.h>
42 template <
typename GlueTableT = GlueTable>
44 m_glueTableHasBeenSet =
true;
45 m_glueTable = std::forward<GlueTableT>(value);
47 template <
typename GlueTableT = GlueTable>
60 template <
typename DataQualityGlueTableT = DataQualityGlueTable>
62 m_dataQualityGlueTableHasBeenSet =
true;
63 m_dataQualityGlueTable = std::forward<DataQualityGlueTableT>(value);
65 template <
typename DataQualityGlueTableT = DataQualityGlueTable>
75 bool m_glueTableHasBeenSet =
false;
76 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