7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3/S3_EXPORTS.h>
10#include <aws/s3/model/Event.h>
44 template <
typename IdT = Aws::String>
46 m_idHasBeenSet =
true;
47 m_id = std::forward<IdT>(value);
49 template <
typename IdT = Aws::String>
51 SetId(std::forward<IdT>(value));
62 template <
typename EventsT = Aws::Vector<Event>>
64 m_eventsHasBeenSet =
true;
65 m_events = std::forward<EventsT>(value);
67 template <
typename EventsT = Aws::Vector<Event>>
73 m_eventsHasBeenSet =
true;
74 m_events.push_back(value);
86 template <
typename TopicT = Aws::String>
88 m_topicHasBeenSet =
true;
89 m_topic = std::forward<TopicT>(value);
91 template <
typename TopicT = Aws::String>
93 SetTopic(std::forward<TopicT>(value));
103 bool m_idHasBeenSet =
false;
104 bool m_eventsHasBeenSet =
false;
105 bool m_topicHasBeenSet =
false;
AWS_S3_API TopicConfigurationDeprecated(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetTopic(TopicT &&value)
AWS_S3_API TopicConfigurationDeprecated()=default
bool TopicHasBeenSet() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
const Aws::Vector< Event > & GetEvents() const
bool EventsHasBeenSet() const
TopicConfigurationDeprecated & AddEvents(Event value)
AWS_S3_API TopicConfigurationDeprecated & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TopicConfigurationDeprecated & WithEvents(EventsT &&value)
const Aws::String & GetTopic() const
bool IdHasBeenSet() const
TopicConfigurationDeprecated & WithTopic(TopicT &&value)
TopicConfigurationDeprecated & WithId(IdT &&value)
const Aws::String & GetId() const
void SetEvents(EventsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector