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>
47 template<
typename ErrorMessageT = Aws::String>
48 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
49 template<
typename ErrorMessageT = Aws::String>
76 bool m_errorMessageHasBeenSet =
false;
79 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