7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/CatalogTableConfigOptions.h>
42 m_writeObservationResultsEnabledHasBeenSet =
true;
43 m_writeObservationResultsEnabled = value;
58 template <
typename CatalogTableConfigT = CatalogTableConfigOptions>
60 m_catalogTableConfigHasBeenSet =
true;
61 m_catalogTableConfig = std::forward<CatalogTableConfigT>(value);
63 template <
typename CatalogTableConfigT = CatalogTableConfigOptions>
70 bool m_writeObservationResultsEnabled{
false};
72 CatalogTableConfigOptions m_catalogTableConfig;
73 bool m_writeObservationResultsEnabledHasBeenSet =
false;
74 bool m_catalogTableConfigHasBeenSet =
false;
bool WriteObservationResultsEnabledHasBeenSet() const
AWS_GLUE_API ObservationResultsOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GetWriteObservationResultsEnabled() const
AWS_GLUE_API ObservationResultsOptions(Aws::Utils::Json::JsonView jsonValue)
ObservationResultsOptions & WithWriteObservationResultsEnabled(bool value)
bool CatalogTableConfigHasBeenSet() const
void SetCatalogTableConfig(CatalogTableConfigT &&value)
void SetWriteObservationResultsEnabled(bool value)
ObservationResultsOptions & WithCatalogTableConfig(CatalogTableConfigT &&value)
AWS_GLUE_API ObservationResultsOptions()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const CatalogTableConfigOptions & GetCatalogTableConfig() const
Aws::Utils::Json::JsonValue JsonValue