7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/finspace/Finspace_EXPORTS.h>
9#include <aws/finspace/model/ErrorDetails.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_errorTypeHasBeenSet =
true;
73 bool m_errorMessageHasBeenSet =
false;
74 bool m_errorTypeHasBeenSet =
false;
const Aws::String & GetErrorMessage() const
void SetErrorMessage(ErrorMessageT &&value)
void SetErrorType(ErrorDetails value)
AWS_FINSPACE_API ErrorInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
ErrorInfo & WithErrorType(ErrorDetails value)
ErrorInfo & WithErrorMessage(ErrorMessageT &&value)
ErrorDetails GetErrorType() const
bool ErrorTypeHasBeenSet() const
AWS_FINSPACE_API ErrorInfo()=default
AWS_FINSPACE_API ErrorInfo(Aws::Utils::Json::JsonView jsonValue)
bool ErrorMessageHasBeenSet() const
AWS_FINSPACE_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue