7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ErrorDetail.h>
50 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
70 bool m_tableNameHasBeenSet =
false;
73 bool m_errorDetailHasBeenSet =
false;
TableError & WithErrorDetail(const ErrorDetail &value)
void SetTableName(Aws::String &&value)
const Aws::String & GetTableName() const
AWS_GLUE_API TableError & operator=(Aws::Utils::Json::JsonView jsonValue)
TableError & WithTableName(const Aws::String &value)
void SetErrorDetail(const ErrorDetail &value)
bool TableNameHasBeenSet() const
AWS_GLUE_API TableError()
void SetErrorDetail(ErrorDetail &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const ErrorDetail & GetErrorDetail() const
TableError & WithTableName(const char *value)
AWS_GLUE_API TableError(Aws::Utils::Json::JsonView jsonValue)
TableError & WithTableName(Aws::String &&value)
TableError & WithErrorDetail(ErrorDetail &&value)
void SetTableName(const char *value)
void SetTableName(const Aws::String &value)
bool ErrorDetailHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue