AWS SDK for C++
1.8.129
AWS SDK for C++
|
Go to the documentation of this file.
70 inline void SetScope(
StopScope&& value) { m_scopeHasBeenSet =
true; m_scope = std::move(value); }
133 inline void SetTopicArn(
const char* value) { m_topicArnHasBeenSet =
true; m_topicArn.assign(value); }
168 bool m_scopeHasBeenSet;
171 bool m_topicArnHasBeenSet;
StopAction & WithTopicArn(const Aws::String &value)
void OutputToStream(Aws::OStream &oStream, const char *location) const
StopAction & WithScope(const StopScope &value)
StopAction(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetScope(StopScope &&value)
void SetTopicArn(Aws::String &&value)
StopAction & WithTopicArn(const char *value)
const Aws::String & GetTopicArn() const
std::basic_ostream< char, std::char_traits< char > > OStream
bool ScopeHasBeenSet() const
bool TopicArnHasBeenSet() const
StopAction & WithTopicArn(Aws::String &&value)
StopAction & WithScope(StopScope &&value)
StopAction & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetScope(const StopScope &value)
void SetTopicArn(const Aws::String &value)
void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetTopicArn(const char *value)
const StopScope & GetScope() const