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 QueueArnT = Aws::String>
63 void SetQueueArn(QueueArnT&& value) { m_queueArnHasBeenSet =
true; m_queueArn = std::forward<QueueArnT>(value); }
64 template<
typename QueueArnT = Aws::String>
74 template<
typename EventsT = Aws::Vector<Event>>
75 void SetEvents(EventsT&& value) { m_eventsHasBeenSet =
true; m_events = std::forward<EventsT>(value); }
76 template<
typename EventsT = Aws::Vector<Event>>
85 template<
typename FilterT = NotificationConfigurationFilter>
86 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
87 template<
typename FilterT = NotificationConfigurationFilter>
93 bool m_idHasBeenSet =
false;
96 bool m_queueArnHasBeenSet =
false;
99 bool m_eventsHasBeenSet =
false;
102 bool m_filterHasBeenSet =
false;
const Aws::Vector< Event > & GetEvents() const
void SetFilter(FilterT &&value)
bool IdHasBeenSet() const
QueueConfiguration & AddEvents(Event value)
bool QueueArnHasBeenSet() const
QueueConfiguration & WithQueueArn(QueueArnT &&value)
void SetEvents(EventsT &&value)
AWS_S3_API QueueConfiguration()=default
QueueConfiguration & WithId(IdT &&value)
AWS_S3_API QueueConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetQueueArn() const
AWS_S3_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
QueueConfiguration & WithFilter(FilterT &&value)
void SetQueueArn(QueueArnT &&value)
const NotificationConfigurationFilter & GetFilter() const
const Aws::String & GetId() const
bool FilterHasBeenSet() const
bool EventsHasBeenSet() const
QueueConfiguration & WithEvents(EventsT &&value)
AWS_S3_API QueueConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector