7#include <aws/healthlake/HealthLake_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/healthlake/model/ErrorCategory.h>
50 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
71 bool m_errorMessageHasBeenSet =
false;
74 bool m_errorCategoryHasBeenSet =
false;
ErrorCause & WithErrorCategory(const ErrorCategory &value)
void SetErrorMessage(const Aws::String &value)
AWS_HEALTHLAKE_API ErrorCause()
ErrorCause & WithErrorMessage(Aws::String &&value)
const ErrorCategory & GetErrorCategory() const
void SetErrorMessage(Aws::String &&value)
bool ErrorMessageHasBeenSet() const
void SetErrorCategory(const ErrorCategory &value)
void SetErrorMessage(const char *value)
ErrorCause & WithErrorMessage(const Aws::String &value)
bool ErrorCategoryHasBeenSet() const
AWS_HEALTHLAKE_API ErrorCause & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetErrorMessage() const
ErrorCause & WithErrorMessage(const char *value)
AWS_HEALTHLAKE_API ErrorCause(Aws::Utils::Json::JsonView jsonValue)
ErrorCause & WithErrorCategory(ErrorCategory &&value)
void SetErrorCategory(ErrorCategory &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue