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>
51 inline void SetConfigurationSetName(
const char* value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName.assign(value); }
65 inline void SetEventDestinationName(
const char* value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName.assign(value); }
73 bool m_configurationSetNameHasBeenSet =
false;
76 bool m_eventDestinationNameHasBeenSet =
false;
AWS_SES_API EventDestinationDoesNotExistException()
EventDestinationDoesNotExistException & WithEventDestinationName(Aws::String &&value)
const Aws::String & GetEventDestinationName() const
void SetEventDestinationName(const Aws::String &value)
EventDestinationDoesNotExistException & WithConfigurationSetName(Aws::String &&value)
bool ConfigurationSetNameHasBeenSet() const
EventDestinationDoesNotExistException & WithConfigurationSetName(const char *value)
bool EventDestinationNameHasBeenSet() const
AWS_SES_API EventDestinationDoesNotExistException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetConfigurationSetName() const
EventDestinationDoesNotExistException & WithConfigurationSetName(const Aws::String &value)
void SetEventDestinationName(const char *value)
void SetConfigurationSetName(Aws::String &&value)
EventDestinationDoesNotExistException & WithEventDestinationName(const char *value)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetConfigurationSetName(const Aws::String &value)
void SetConfigurationSetName(const char *value)
void SetEventDestinationName(Aws::String &&value)
EventDestinationDoesNotExistException & WithEventDestinationName(const Aws::String &value)
AWS_SES_API EventDestinationDoesNotExistException(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream