7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/s3-crt/S3Crt_EXPORTS.h>
10#include <aws/s3-crt/model/Event.h>
11#include <aws/s3-crt/model/NotificationConfigurationFilter.h>
43 template <
typename IdT = Aws::String>
45 m_idHasBeenSet =
true;
46 m_id = std::forward<IdT>(value);
48 template <
typename IdT = Aws::String>
50 SetId(std::forward<IdT>(value));
62 template <
typename QueueArnT = Aws::String>
64 m_queueArnHasBeenSet =
true;
65 m_queueArn = std::forward<QueueArnT>(value);
67 template <
typename QueueArnT = Aws::String>
80 template <
typename EventsT = Aws::Vector<Event>>
82 m_eventsHasBeenSet =
true;
83 m_events = std::forward<EventsT>(value);
85 template <
typename EventsT = Aws::Vector<Event>>
91 m_eventsHasBeenSet =
true;
92 m_events.push_back(value);
101 template <
typename FilterT = NotificationConfigurationFilter>
103 m_filterHasBeenSet =
true;
104 m_filter = std::forward<FilterT>(value);
106 template <
typename FilterT = NotificationConfigurationFilter>
120 bool m_idHasBeenSet =
false;
121 bool m_queueArnHasBeenSet =
false;
122 bool m_eventsHasBeenSet =
false;
123 bool m_filterHasBeenSet =
false;
const Aws::Vector< Event > & GetEvents() const
bool EventsHasBeenSet() const
bool FilterHasBeenSet() const
QueueConfiguration & WithFilter(FilterT &&value)
const Aws::String & GetId() const
const Aws::String & GetQueueArn() const
const NotificationConfigurationFilter & GetFilter() const
QueueConfiguration & AddEvents(Event value)
AWS_S3CRT_API QueueConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
QueueConfiguration & WithEvents(EventsT &&value)
void SetEvents(EventsT &&value)
AWS_S3CRT_API QueueConfiguration()=default
QueueConfiguration & WithId(IdT &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QueueArnHasBeenSet() const
QueueConfiguration & WithQueueArn(QueueArnT &&value)
void SetFilter(FilterT &&value)
void SetQueueArn(QueueArnT &&value)
bool IdHasBeenSet() const
AWS_S3CRT_API QueueConfiguration(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