7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/s3-crt/model/NotificationConfigurationFilter.h>
11#include <aws/s3-crt/model/Event.h>
50 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
51 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
66 inline void SetQueueArn(
const char* value) { m_queueArnHasBeenSet =
true; m_queueArn.assign(value); }
98 bool m_idHasBeenSet =
false;
101 bool m_queueArnHasBeenSet =
false;
104 bool m_eventsHasBeenSet =
false;
107 bool m_filterHasBeenSet =
false;
const Aws::Vector< Event > & GetEvents() const
QueueConfiguration & AddEvents(Event &&value)
bool EventsHasBeenSet() const
QueueConfiguration & WithQueueArn(const char *value)
QueueConfiguration & WithEvents(const Aws::Vector< Event > &value)
void SetFilter(const NotificationConfigurationFilter &value)
bool FilterHasBeenSet() const
void SetQueueArn(Aws::String &&value)
const Aws::String & GetId() const
const Aws::String & GetQueueArn() const
void SetId(const char *value)
const NotificationConfigurationFilter & GetFilter() const
QueueConfiguration & WithFilter(NotificationConfigurationFilter &&value)
QueueConfiguration & WithQueueArn(const Aws::String &value)
AWS_S3CRT_API QueueConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetQueueArn(const Aws::String &value)
QueueConfiguration & WithId(const char *value)
void SetFilter(NotificationConfigurationFilter &&value)
QueueConfiguration & AddEvents(const Event &value)
void SetQueueArn(const char *value)
void SetId(const Aws::String &value)
void SetEvents(const Aws::Vector< Event > &value)
QueueConfiguration & WithEvents(Aws::Vector< Event > &&value)
QueueConfiguration & WithId(const Aws::String &value)
QueueConfiguration & WithQueueArn(Aws::String &&value)
QueueConfiguration & WithId(Aws::String &&value)
void SetEvents(Aws::Vector< Event > &&value)
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool QueueArnHasBeenSet() const
AWS_S3CRT_API QueueConfiguration()
bool IdHasBeenSet() const
void SetId(Aws::String &&value)
QueueConfiguration & WithFilter(const NotificationConfigurationFilter &value)
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