7#include <aws/sns/SNS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename MessageT = Aws::String>
48 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
49 template<
typename MessageT = Aws::String>
59 template<
typename StatusT = Aws::String>
60 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
61 template<
typename StatusT = Aws::String>
67 bool m_messageHasBeenSet =
false;
70 bool m_statusHasBeenSet =
false;
VerificationException & WithMessage(MessageT &&value)
void SetMessage(MessageT &&value)
AWS_SNS_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SNS_API VerificationException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SNS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_SNS_API VerificationException()=default
AWS_SNS_API VerificationException(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetMessage() const
bool StatusHasBeenSet() const
void SetStatus(StatusT &&value)
VerificationException & WithStatus(StatusT &&value)
const Aws::String & GetStatus() const
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream