7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/healthlake/HealthLake_EXPORTS.h>
9#include <aws/healthlake/model/ErrorCategory.h>
42 template <
typename ErrorMessageT = Aws::String>
44 m_errorMessageHasBeenSet =
true;
45 m_errorMessage = std::forward<ErrorMessageT>(value);
47 template <
typename ErrorMessageT = Aws::String>
61 m_errorCategoryHasBeenSet =
true;
62 m_errorCategory = value;
73 bool m_errorMessageHasBeenSet =
false;
74 bool m_errorCategoryHasBeenSet =
false;
void SetErrorCategory(ErrorCategory value)
ErrorCause & WithErrorCategory(ErrorCategory value)
bool ErrorMessageHasBeenSet() const
bool ErrorCategoryHasBeenSet() const
AWS_HEALTHLAKE_API ErrorCause & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorMessage(ErrorMessageT &&value)
ErrorCategory GetErrorCategory() const
const Aws::String & GetErrorMessage() const
ErrorCause & WithErrorMessage(ErrorMessageT &&value)
AWS_HEALTHLAKE_API ErrorCause(Aws::Utils::Json::JsonView jsonValue)
AWS_HEALTHLAKE_API ErrorCause()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue