7#include <aws/email/SES_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/email/model/StopScope.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
70 template<
typename TopicArnT = Aws::String>
71 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
72 template<
typename TopicArnT = Aws::String>
78 bool m_scopeHasBeenSet =
false;
81 bool m_topicArnHasBeenSet =
false;
bool ScopeHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
const Aws::String & GetTopicArn() const
bool TopicArnHasBeenSet() const
StopAction & WithScope(StopScope value)
void SetScope(StopScope value)
AWS_SES_API StopAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
StopScope GetScope() const
AWS_SES_API StopAction()=default
AWS_SES_API StopAction(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
StopAction & WithTopicArn(TopicArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream