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;
ErrorCategory GetErrorCategory() const
ChangesetErrorInfo & WithErrorCategory(ErrorCategory value)
const Aws::String & GetErrorMessage() const
bool ErrorCategoryHasBeenSet() const
void SetErrorCategory(ErrorCategory value)
AWS_FINSPACEDATA_API ChangesetErrorInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_FINSPACEDATA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FINSPACEDATA_API ChangesetErrorInfo()=default
AWS_FINSPACEDATA_API ChangesetErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetErrorMessage(ErrorMessageT &&value)
bool ErrorMessageHasBeenSet() const
ChangesetErrorInfo & WithErrorMessage(ErrorMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue