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/Event.h>
51 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
52 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
81 inline void SetQueue(
const char* value) { m_queueHasBeenSet =
true; m_queue.assign(value); }
89 bool m_idHasBeenSet =
false;
92 bool m_eventsHasBeenSet =
false;
95 bool m_queueHasBeenSet =
false;
QueueConfigurationDeprecated & AddEvents(Event &&value)
AWS_S3CRT_API QueueConfigurationDeprecated & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetQueue(Aws::String &&value)
bool QueueHasBeenSet() const
void SetQueue(const char *value)
QueueConfigurationDeprecated & WithId(const Aws::String &value)
QueueConfigurationDeprecated & WithQueue(const char *value)
const Aws::Vector< Event > & GetEvents() const
void SetId(const Aws::String &value)
const Aws::String & GetId() const
QueueConfigurationDeprecated & WithId(Aws::String &&value)
QueueConfigurationDeprecated & WithQueue(Aws::String &&value)
void SetQueue(const Aws::String &value)
AWS_S3CRT_API QueueConfigurationDeprecated()
AWS_S3CRT_API QueueConfigurationDeprecated(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetQueue() const
AWS_S3CRT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetEvents(Aws::Vector< Event > &&value)
void SetId(Aws::String &&value)
QueueConfigurationDeprecated & WithQueue(const Aws::String &value)
void SetId(const char *value)
bool IdHasBeenSet() const
QueueConfigurationDeprecated & WithId(const char *value)
bool EventsHasBeenSet() const
void SetEvents(const Aws::Vector< Event > &value)
QueueConfigurationDeprecated & WithEvents(const Aws::Vector< Event > &value)
QueueConfigurationDeprecated & AddEvents(const Event &value)
QueueConfigurationDeprecated & WithEvents(Aws::Vector< Event > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector