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/NotificationConfigurationFilter.h>
11#include <aws/s3/model/Event.h>
49 template<
typename IdT = Aws::String>
50 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
51 template<
typename IdT = Aws::String>
62 template<
typename TopicArnT = Aws::String>
63 void SetTopicArn(TopicArnT&& value) { m_topicArnHasBeenSet =
true; m_topicArn = std::forward<TopicArnT>(value); }
64 template<
typename TopicArnT = Aws::String>
77 template<
typename EventsT = Aws::Vector<Event>>
78 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
79 template<
typename EventsT = Aws::Vector<Event>>
88 template<
typename FilterT = NotificationConfigurationFilter>
89 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
90 template<
typename FilterT = NotificationConfigurationFilter>
96 bool m_idHasBeenSet =
false;
99 bool m_topicArnHasBeenSet =
false;
102 bool m_eventsHasBeenSet =
false;
105 bool m_filterHasBeenSet =
false;
bool EventsHasBeenSet() const
void SetEvents(EventsT &&value)
bool FilterHasBeenSet() const
TopicConfiguration & WithTopicArn(TopicArnT &&value)
const Aws::String & GetId() const
void SetFilter(FilterT &&value)
AWS_S3_API TopicConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
TopicConfiguration & WithId(IdT &&value)
TopicConfiguration & WithFilter(FilterT &&value)
TopicConfiguration & WithEvents(EventsT &&value)
TopicConfiguration & AddEvents(Event value)
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
AWS_S3_API TopicConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
bool IdHasBeenSet() const
void SetTopicArn(TopicArnT &&value)
const Aws::Vector< Event > & GetEvents() const
const Aws::String & GetTopicArn() const
AWS_S3_API TopicConfiguration()=default
bool TopicArnHasBeenSet() const
const NotificationConfigurationFilter & GetFilter() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector