7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sns/SNS_EXPORTS.h>
41 template <
typename MessageT = Aws::String>
43 m_messageHasBeenSet =
true;
44 m_message = std::forward<MessageT>(value);
46 template <
typename MessageT = Aws::String>
59 template <
typename StatusT = Aws::String>
61 m_statusHasBeenSet =
true;
62 m_status = std::forward<StatusT>(value);
64 template <
typename StatusT = Aws::String>
74 bool m_messageHasBeenSet =
false;
75 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