7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ErrorCodeT = Aws::String>
50 void SetErrorCode(ErrorCodeT&& value) { m_errorCodeHasBeenSet =
true; m_errorCode = std::forward<ErrorCodeT>(value); }
51 template<
typename ErrorCodeT = Aws::String>
61 template<
typename ErrorMessageT = Aws::String>
62 void SetErrorMessage(ErrorMessageT&& value) { m_errorMessageHasBeenSet =
true; m_errorMessage = std::forward<ErrorMessageT>(value); }
63 template<
typename ErrorMessageT = Aws::String>
69 bool m_errorCodeHasBeenSet =
false;
72 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