7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ErrorDetail.h>
48 template<
typename ColumnNameT = Aws::String>
49 void SetColumnName(ColumnNameT&& value) { m_columnNameHasBeenSet =
true; m_columnName = std::forward<ColumnNameT>(value); }
50 template<
typename ColumnNameT = Aws::String>
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_columnNameHasBeenSet =
false;
71 bool m_errorHasBeenSet =
false;
const Aws::String & GetColumnName() const
bool ErrorHasBeenSet() const
ColumnError & WithColumnName(ColumnNameT &&value)
bool ColumnNameHasBeenSet() const
AWS_GLUE_API ColumnError()=default
const ErrorDetail & GetError() const
AWS_GLUE_API ColumnError(Aws::Utils::Json::JsonView jsonValue)
void SetColumnName(ColumnNameT &&value)
AWS_GLUE_API ColumnError & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetError(ErrorT &&value)
ColumnError & WithError(ErrorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue