7#include <aws/finspace/Finspace_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/finspace/model/ErrorDetails.h>
48 template<
typename ErrorMessageT = Aws::String>
49 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
50 template<
typename ErrorMessageT = Aws::String>
66 bool m_errorMessageHasBeenSet =
false;
69 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