7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/CatalogTableConfigOptions.h>
9#include <aws/glue/model/DistributionResultsOptions.h>
43 m_writeProfilingResultsEnabledHasBeenSet =
true;
44 m_writeProfilingResultsEnabled = value;
59 template <
typename CatalogTableConfigT = CatalogTableConfigOptions>
61 m_catalogTableConfigHasBeenSet =
true;
62 m_catalogTableConfig = std::forward<CatalogTableConfigT>(value);
64 template <
typename CatalogTableConfigT = CatalogTableConfigOptions>
77 template <
typename DistributionResultsT = DistributionResultsOptions>
79 m_distributionResultsHasBeenSet =
true;
80 m_distributionResults = std::forward<DistributionResultsT>(value);
82 template <
typename DistributionResultsT = DistributionResultsOptions>
89 bool m_writeProfilingResultsEnabled{
false};
91 CatalogTableConfigOptions m_catalogTableConfig;
93 DistributionResultsOptions m_distributionResults;
94 bool m_writeProfilingResultsEnabledHasBeenSet =
false;
95 bool m_catalogTableConfigHasBeenSet =
false;
96 bool m_distributionResultsHasBeenSet =
false;
bool WriteProfilingResultsEnabledHasBeenSet() const
ProfilingResultsOptions & WithDistributionResults(DistributionResultsT &&value)
const CatalogTableConfigOptions & GetCatalogTableConfig() const
ProfilingResultsOptions & WithWriteProfilingResultsEnabled(bool value)
void SetDistributionResults(DistributionResultsT &&value)
AWS_GLUE_API ProfilingResultsOptions()=default
AWS_GLUE_API ProfilingResultsOptions(Aws::Utils::Json::JsonView jsonValue)
bool DistributionResultsHasBeenSet() const
void SetWriteProfilingResultsEnabled(bool value)
AWS_GLUE_API ProfilingResultsOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CatalogTableConfigHasBeenSet() const
void SetCatalogTableConfig(CatalogTableConfigT &&value)
bool GetWriteProfilingResultsEnabled() const
const DistributionResultsOptions & GetDistributionResults() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ProfilingResultsOptions & WithCatalogTableConfig(CatalogTableConfigT &&value)
Aws::Utils::Json::JsonValue JsonValue