7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/ErrorDetails.h>
50 inline void SetErrorMessage(
const char* value) { m_errorMessageHasBeenSet =
true; m_errorMessage.assign(value); }
70 bool m_errorMessageHasBeenSet =
false;
73 bool m_errorTypeHasBeenSet =
false;
ErrorInfo & WithErrorMessage(const Aws::String &value)
ErrorInfo & WithErrorType(const ErrorDetails &value)
void SetErrorMessage(Aws::String &&value)
const ErrorDetails & GetErrorType() const
const Aws::String & GetErrorMessage() const
void SetErrorType(const ErrorDetails &value)
ErrorInfo & WithErrorMessage(const char *value)
AWS_FINSPACE_API ErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
ErrorInfo & WithErrorType(ErrorDetails &&value)
ErrorInfo & WithErrorMessage(Aws::String &&value)
AWS_FINSPACE_API ErrorInfo()
void SetErrorMessage(const char *value)
bool ErrorTypeHasBeenSet() const
void SetErrorMessage(const Aws::String &value)
AWS_FINSPACE_API ErrorInfo(Aws::Utils::Json::JsonView jsonValue)
bool ErrorMessageHasBeenSet() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetErrorType(ErrorDetails &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue