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>
49 template<
typename ConfigurationSetNameT = Aws::String>
50 void SetConfigurationSetName(ConfigurationSetNameT&& value) { m_configurationSetNameHasBeenSet =
true; m_configurationSetName = std::forward<ConfigurationSetNameT>(value); }
51 template<
typename ConfigurationSetNameT = Aws::String>
61 template<
typename EventDestinationNameT = Aws::String>
62 void SetEventDestinationName(EventDestinationNameT&& value) { m_eventDestinationNameHasBeenSet =
true; m_eventDestinationName = std::forward<EventDestinationNameT>(value); }
63 template<
typename EventDestinationNameT = Aws::String>
69 bool m_configurationSetNameHasBeenSet =
false;
72 bool m_eventDestinationNameHasBeenSet =
false;
bool EventDestinationNameHasBeenSet() const
InvalidFirehoseDestinationException & WithConfigurationSetName(ConfigurationSetNameT &&value)
const Aws::String & GetEventDestinationName() const
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_SES_API InvalidFirehoseDestinationException(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API InvalidFirehoseDestinationException & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetEventDestinationName(EventDestinationNameT &&value)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
InvalidFirehoseDestinationException & WithEventDestinationName(EventDestinationNameT &&value)
AWS_SES_API InvalidFirehoseDestinationException()=default
void SetConfigurationSetName(ConfigurationSetNameT &&value)
bool ConfigurationSetNameHasBeenSet() const
const Aws::String & GetConfigurationSetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream