7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3/model/Event.h>
50 template<
typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
52 template<
typename IdT = Aws::String>
62 template<
typename EventsT = Aws::Vector<Event>>
63 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
64 template<
typename EventsT = Aws::Vector<Event>>
76 template<
typename TopicT = Aws::String>
77 void SetTopic(TopicT&& value) { m_topicHasBeenSet =
true; m_topic = std::forward<TopicT>(value); }
78 template<
typename TopicT = Aws::String>
84 bool m_idHasBeenSet =
false;
87 bool m_eventsHasBeenSet =
false;
90 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