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