7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace-data/FinSpaceData_EXPORTS.h>
9#include <aws/finspace-data/model/ErrorCategory.h>
20namespace FinSpaceData {
41 template <
typename ErrorMessageT = Aws::String>
43 m_errorMessageHasBeenSet =
true;
44 m_errorMessage = std::forward<ErrorMessageT>(value);
46 template <
typename ErrorMessageT = Aws::String>
71 m_errorCategoryHasBeenSet =
true;
72 m_errorCategory = value;
83 bool m_errorMessageHasBeenSet =
false;
84 bool m_errorCategoryHasBeenSet =
false;
AWS_FINSPACEDATA_API DataViewErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorCategory(ErrorCategory value)
AWS_FINSPACEDATA_API DataViewErrorInfo()=default
bool ErrorCategoryHasBeenSet() const
void SetErrorMessage(ErrorMessageT &&value)
bool ErrorMessageHasBeenSet() const
const Aws::String & GetErrorMessage() const
ErrorCategory GetErrorCategory() const
AWS_FINSPACEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
DataViewErrorInfo & WithErrorCategory(ErrorCategory value)
DataViewErrorInfo & WithErrorMessage(ErrorMessageT &&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