7#include <aws/finspace-data/FinSpaceData_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace-data/model/ErrorCategory.h>
49 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
80 bool m_errorMessageHasBeenSet =
false;
83 bool m_errorCategoryHasBeenSet =
false;
void SetErrorCategory(ErrorCategory &&value)
AWS_FINSPACEDATA_API DataViewErrorInfo()
AWS_FINSPACEDATA_API DataViewErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
DataViewErrorInfo & WithErrorMessage(const Aws::String &value)
bool ErrorCategoryHasBeenSet() const
DataViewErrorInfo & WithErrorMessage(Aws::String &&value)
bool ErrorMessageHasBeenSet() const
const Aws::String & GetErrorMessage() const
AWS_FINSPACEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorMessage(Aws::String &&value)
void SetErrorCategory(const ErrorCategory &value)
DataViewErrorInfo & WithErrorCategory(ErrorCategory &&value)
void SetErrorMessage(const char *value)
DataViewErrorInfo & WithErrorCategory(const ErrorCategory &value)
void SetErrorMessage(const Aws::String &value)
const ErrorCategory & GetErrorCategory() const
DataViewErrorInfo & WithErrorMessage(const char *value)
AWS_FINSPACEDATA_API DataViewErrorInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue