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>
49 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
63 inline void SetStatus(
const char* value) { m_statusHasBeenSet =
true; m_status.assign(value); }
71 bool m_messageHasBeenSet =
false;
74 bool m_statusHasBeenSet =
false;
VerificationException & WithMessage(const char *value)
void SetMessage(const char *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)
VerificationException & WithMessage(Aws::String &&value)
AWS_SNS_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetMessage(Aws::String &&value)
AWS_SNS_API VerificationException()
AWS_SNS_API VerificationException(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetMessage() const
void SetMessage(const Aws::String &value)
VerificationException & WithMessage(const Aws::String &value)
bool StatusHasBeenSet() const
VerificationException & WithStatus(const char *value)
void SetStatus(Aws::String &&value)
VerificationException & WithStatus(Aws::String &&value)
void SetStatus(const char *value)
void SetStatus(const Aws::String &value)
const Aws::String & GetStatus() const
VerificationException & WithStatus(const Aws::String &value)
bool MessageHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream