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>
56 inline void SetScope(
StopScope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
74 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
82 bool m_scopeHasBeenSet =
false;
85 bool m_topicArnHasBeenSet =
false;
StopAction & WithTopicArn(const char *value)
bool ScopeHasBeenSet() const
const StopScope & GetScope() const
const Aws::String & GetTopicArn() const
void SetTopicArn(const Aws::String &value)
StopAction & WithScope(const StopScope &value)
StopAction & WithTopicArn(const Aws::String &value)
bool TopicArnHasBeenSet() const
StopAction & WithScope(StopScope &&value)
void SetTopicArn(const char *value)
void SetTopicArn(Aws::String &&value)
StopAction & WithTopicArn(Aws::String &&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
void SetScope(const StopScope &value)
AWS_SES_API StopAction(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_SES_API void OutputToStream(Aws::OStream &oStream, const char *location) const
void SetScope(StopScope &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream