7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ColumnStatistics.h>
9#include <aws/glue/model/ErrorDetail.h>
42 template <
typename ColumnStatisticsT = ColumnStatistics>
44 m_columnStatisticsHasBeenSet =
true;
45 m_columnStatistics = std::forward<ColumnStatisticsT>(value);
47 template <
typename ColumnStatisticsT = ColumnStatistics>
60 template <
typename ErrorT = ErrorDetail>
62 m_errorHasBeenSet =
true;
63 m_error = std::forward<ErrorT>(value);
65 template <
typename ErrorT = ErrorDetail>
67 SetError(std::forward<ErrorT>(value));
75 bool m_columnStatisticsHasBeenSet =
false;
76 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