7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 inline void SetFromEmailAddress(
const char* value) { m_fromEmailAddressHasBeenSet =
true; m_fromEmailAddress.assign(value); }
61 bool m_fromEmailAddressHasBeenSet =
false;
void SetFromEmailAddress(const char *value)
void SetFromEmailAddress(const Aws::String &value)
const Aws::String & GetFromEmailAddress() const
void SetFromEmailAddress(Aws::String &&value)
AWS_SES_API FromEmailAddressNotVerifiedException(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API FromEmailAddressNotVerifiedException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API FromEmailAddressNotVerifiedException()
FromEmailAddressNotVerifiedException & WithFromEmailAddress(const Aws::String &value)
FromEmailAddressNotVerifiedException & WithFromEmailAddress(const char *value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
FromEmailAddressNotVerifiedException & WithFromEmailAddress(Aws::String &&value)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool FromEmailAddressHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream