7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ColumnStatistics.h>
9#include <aws/glue/model/ErrorDetail.h>
48 template<
typename ColumnStatisticsT = ColumnStatistics>
49 void SetColumnStatistics(ColumnStatisticsT&& value) { m_columnStatisticsHasBeenSet =
true; m_columnStatistics = std::forward<ColumnStatisticsT>(value); }
50 template<
typename ColumnStatisticsT = ColumnStatistics>
60 template<
typename ErrorT = ErrorDetail>
61 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
62 template<
typename ErrorT = ErrorDetail>
68 bool m_columnStatisticsHasBeenSet =
false;
71 bool m_errorHasBeenSet =
false;
AWS_GLUE_API ColumnStatisticsError & operator=(Aws::Utils::Json::JsonView jsonValue)
ColumnStatisticsError & WithColumnStatistics(ColumnStatisticsT &&value)
void SetError(ErrorT &&value)
void SetColumnStatistics(ColumnStatisticsT &&value)
AWS_GLUE_API ColumnStatisticsError()=default
AWS_GLUE_API ColumnStatisticsError(Aws::Utils::Json::JsonView jsonValue)
bool ErrorHasBeenSet() const
bool ColumnStatisticsHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
ColumnStatisticsError & WithError(ErrorT &&value)
const ErrorDetail & GetError() const
const ColumnStatistics & GetColumnStatistics() const
Aws::Utils::Json::JsonValue JsonValue