7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/rds/RDS_EXPORTS.h>
43 template <
typename ErrorCodeT = Aws::String>
45 m_errorCodeHasBeenSet =
true;
46 m_errorCode = std::forward<ErrorCodeT>(value);
48 template <
typename ErrorCodeT = Aws::String>
61 template <
typename ErrorMessageT = Aws::String>
63 m_errorMessageHasBeenSet =
true;
64 m_errorMessage = std::forward<ErrorMessageT>(value);
66 template <
typename ErrorMessageT = Aws::String>
76 bool m_errorCodeHasBeenSet =
false;
77 bool m_errorMessageHasBeenSet =
false;
const Aws::String & GetErrorMessage() const
void SetErrorMessage(ErrorMessageT &&value)
AWS_RDS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_RDS_API IntegrationError(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetErrorCode(ErrorCodeT &&value)
const Aws::String & GetErrorCode() const
AWS_RDS_API IntegrationError()=default
AWS_RDS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_RDS_API IntegrationError & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool ErrorMessageHasBeenSet() const
IntegrationError & WithErrorCode(ErrorCodeT &&value)
bool ErrorCodeHasBeenSet() const
IntegrationError & WithErrorMessage(ErrorMessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream